Lines Matching refs:rFillGraphicAttribute

421 …const attribute::FillGraphicAttribute& rFillGraphicAttribute(rFillBitmapCandidate.getFillGraphic()…  in RenderFillGraphicPrimitive2D()  local
430 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()
573 … const sal_Int32 nOffsetX(basegfx::fround(rFillGraphicAttribute.getOffsetX() * nBWidth)); in RenderFillGraphicPrimitive2D()
602 … const sal_Int32 nOffsetY(basegfx::fround(rFillGraphicAttribute.getOffsetY() * nBHeight)); in RenderFillGraphicPrimitive2D()
657 … const attribute::FillGraphicAttribute& rFillGraphicAttribute = rPolygonCandidate.getFillGraphic(); in RenderPolyPolygonGraphicPrimitive2D() local
661 switch(rFillGraphicAttribute.getGraphic().GetType()) in RenderPolyPolygonGraphicPrimitive2D()
670 …if(!rFillGraphicAttribute.getGraphic().IsTransparent() && !rFillGraphicAttribute.getGraphic().IsAl… in RenderPolyPolygonGraphicPrimitive2D()
684 if(rFillGraphicAttribute.getTiling()) in RenderPolyPolygonGraphicPrimitive2D()
702 … basegfx::B2DRange aTileRange(rFillGraphicAttribute.getGraphicRange()); in RenderPolyPolygonGraphicPrimitive2D()