Lines Matching refs:pAttr

316 …phicObject::ImplGetCropParams( OutputDevice* pOut, Point& rPt, Size& rSz, const GraphicAttr* pAttr,  in ImplGetCropParams()  argument
324 const sal_uInt16 nRot10 = pAttr->GetRotation() % 3600; in ImplGetCropParams()
360 nTotalWidth = aSize100.Width() - pAttr->GetLeftCrop() - pAttr->GetRightCrop(); in ImplGetCropParams()
361 nTotalHeight = aSize100.Height() - pAttr->GetTopCrop() - pAttr->GetBottomCrop(); in ImplGetCropParams()
366 …nNewLeft = -FRound( ( ( pAttr->GetMirrorFlags() & BMP_MIRROR_HORZ ) ? pAttr->GetRightCrop() : pAtt… in ImplGetCropParams()
374 …nNewTop = -FRound( ( ( pAttr->GetMirrorFlags() & BMP_MIRROR_VERT ) ? pAttr->GetBottomCrop() : pAtt… in ImplGetCropParams()
626 const GraphicAttr* pAttr, sal_uLong nFlags ) const in IsCached() argument
638 if ( pAttr->IsCropped() ) in IsCached()
642 ImplGetCropParams( pOut, aPt, aSz, pAttr, aClipPolyPoly, bRectClip ); in IsCached()
644 bRet = mpMgr->IsInCache( pOut, aPt, aSz, *this, ( pAttr ? *pAttr : GetAttr() ) ); in IsCached()
677 const GraphicAttr* pAttr, sal_uLong nFlags ) in Draw() argument
679 GraphicAttr aAttr( pAttr ? *pAttr : GetAttr() ); in Draw()
818 … const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D ) in DrawTiled() argument
836 return ImplDrawTiled( pOut, rArea, aOutTileSize, rOffset, pAttr, nFlags, nTileCacheSize1D ); in DrawTiled()
842 long nExtraData, const GraphicAttr* pAttr, sal_uLong /*nFlags*/, in StartAnimation() argument
851 const GraphicAttr aAttr( pAttr ? *pAttr : GetAttr() ); in StartAnimation()
1181 Graphic GraphicObject::GetTransformedGraphic( const GraphicAttr* pAttr ) const // TODO: Change to I… in GetTransformedGraphic()
1186 GraphicAttr aAttr( pAttr ? *pAttr : GetAttr() ); in GetTransformedGraphic()