Searched refs:rFillGraphicAttribute (Results 1 – 5 of 5) sorted by relevance
421 …const attribute::FillGraphicAttribute& rFillGraphicAttribute(rFillBitmapCandidate.getFillGraphic()… in RenderFillGraphicPrimitive2D() local430 if(bTryTilingDirect && rFillGraphicAttribute.getTiling()) in RenderFillGraphicPrimitive2D()439 if(GRAPHIC_BITMAP == rFillGraphicAttribute.getGraphic().GetType() in RenderFillGraphicPrimitive2D()440 && !rFillGraphicAttribute.getGraphic().getSvgData().get() in RenderFillGraphicPrimitive2D()441 && !rFillGraphicAttribute.getGraphic().IsAnimated()) in RenderFillGraphicPrimitive2D()469 … basegfx::B2DRange aGraphicRange(rFillGraphicAttribute.getGraphicRange()); in RenderFillGraphicPrimitive2D()483 … BitmapEx aBitmapEx(rFillGraphicAttribute.getGraphic().GetBitmapEx()); in RenderFillGraphicPrimitive2D()661 switch(rFillGraphicAttribute.getGraphic().GetType()) in RenderPolyPolygonGraphicPrimitive2D()670 …if(!rFillGraphicAttribute.getGraphic().IsTransparent() && !rFillGraphicAttribute.getGraphic().IsAl… in RenderPolyPolygonGraphicPrimitive2D()684 if(rFillGraphicAttribute.getTiling()) in RenderPolyPolygonGraphicPrimitive2D()[all …]
1398 … const attribute::FillGraphicAttribute& rFillGraphicAttribute = rBitmapCandidate.getFillGraphic(); in processBasePrimitive2D() local1399 const Size aBmpSizePixel(rFillGraphicAttribute.getGraphic().GetSizePixel()); in processBasePrimitive2D()1406 rFillGraphicAttribute.getGraphicRange().getRange() / in processBasePrimitive2D()1412 … rFillGraphicAttribute.getGraphicRange().getMinimum() * aOutlineSize); in processBasePrimitive2D()1432 rFillGraphicAttribute.getTiling(), in processBasePrimitive2D()1439 rFillGraphicAttribute.getGraphic()); in processBasePrimitive2D()
222 …const attribute::FillGraphicAttribute& rFillGraphicAttribute = rPrimitive.getFillGraphicAttribute(… in impRenderBitmapTexturePrimitive3D() local225 const BitmapEx aBitmapEx(rFillGraphicAttribute.getGraphic().GetBitmapEx()); in impRenderBitmapTexturePrimitive3D()228 basegfx::B2DRange aGraphicRange(rFillGraphicAttribute.getGraphicRange()); in impRenderBitmapTexturePrimitive3D()234 if(rFillGraphicAttribute.getTiling()) in impRenderBitmapTexturePrimitive3D()240 rFillGraphicAttribute.getOffsetX(), in impRenderBitmapTexturePrimitive3D()241 rFillGraphicAttribute.getOffsetY())); in impRenderBitmapTexturePrimitive3D()
170 const attribute::FillGraphicAttribute& rFillGraphicAttribute, in BitmapTexturePrimitive3D() argument175 maFillGraphicAttribute(rFillGraphicAttribute) in BitmapTexturePrimitive3D()
180 const attribute::FillGraphicAttribute& rFillGraphicAttribute,
Completed in 45 milliseconds