uncrustified
This commit is contained in:
parent
6281c43dda
commit
fbf2a33a9a
|
@ -258,8 +258,7 @@ void BoxShadowNode::updateGeometry()
|
||||||
|
|
||||||
auto rect = d->rect.adjusted(
|
auto rect = d->rect.adjusted(
|
||||||
-sz * aspect.x(), -sz * aspect.y(),
|
-sz * aspect.x(), -sz * aspect.y(),
|
||||||
sz * aspect.x(), sz * aspect.y()
|
sz * aspect.x(), sz * aspect.y() );
|
||||||
);
|
|
||||||
|
|
||||||
auto offsetLength = d->material.offset.length();
|
auto offsetLength = d->material.offset.length();
|
||||||
|
|
||||||
|
|
|
@ -42,8 +42,7 @@ namespace QskTextureRenderer
|
||||||
virtual void paint( QPainter*, const QSize& ) = 0;
|
virtual void paint( QPainter*, const QSize& ) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
QSK_EXPORT uint createTexture(
|
QSK_EXPORT uint createTexture( RenderMode, const QSize&, PaintHelper* );
|
||||||
RenderMode, const QSize&, PaintHelper* helper );
|
|
||||||
|
|
||||||
QSK_EXPORT uint createTextureFromGraphic(
|
QSK_EXPORT uint createTextureFromGraphic(
|
||||||
RenderMode, const QSize&, const QskGraphic&,
|
RenderMode, const QSize&, const QskGraphic&,
|
||||||
|
|
Loading…
Reference in New Issue