Lines Matching refs:GraphicAttr
67 GraphicAttr maAttr;
69 GrfSimpleCacheObj( const Graphic& rGraphic, const GraphicAttr& rAttr ) : in GrfSimpleCacheObj()
316 …phicObject::ImplGetCropParams( OutputDevice* pOut, Point& rPt, Size& rSz, const GraphicAttr* pAttr, in ImplGetCropParams()
493 void GraphicObject::SetAttr( const GraphicAttr& rAttr ) in SetAttr()
626 const GraphicAttr* pAttr, sal_uLong nFlags ) const in IsCached()
677 const GraphicAttr* pAttr, sal_uLong nFlags ) in Draw()
679 GraphicAttr aAttr( pAttr ? *pAttr : GetAttr() ); in Draw()
756 const GraphicAttr* pGrfAttr, in DrawWithPDFHandling()
759 const GraphicAttr aGrfAttr( pGrfAttr ? *pGrfAttr : GetAttr() ); in DrawWithPDFHandling()
818 … const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D ) in DrawTiled()
842 long nExtraData, const GraphicAttr* pAttr, sal_uLong /*nFlags*/, in StartAnimation()
851 const GraphicAttr aAttr( pAttr ? *pAttr : GetAttr() ); in StartAnimation()
951 …ransformedGraphic( const Size& rDestSize, const MapMode& rDestMap, const GraphicAttr& rAttr ) const in GetTransformedGraphic()
1181 Graphic GraphicObject::GetTransformedGraphic( const GraphicAttr* pAttr ) const // TODO: Change to I… in GetTransformedGraphic()
1186 GraphicAttr aAttr( pAttr ? *pAttr : GetAttr() ); in GetTransformedGraphic()
1390 GraphicAttr aAttr; in operator >>()