Lines Matching refs:rPt

461 	static sal_uLong				GetNeededSize( OutputDevice* pOut, const Point& rPt, const Size& rSz, 
467 OutputDevice* pOut, const Point& rPt, const Size& rSz, in GraphicDisplayCacheEntry() argument
473 mnCacheSize( GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) ), in GraphicDisplayCacheEntry()
480 OutputDevice* pOut, const Point& rPt, const Size& rSz, in GraphicDisplayCacheEntry() argument
486 mnCacheSize( GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) ), in GraphicDisplayCacheEntry()
521 void Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz ) const;
577 void GraphicDisplayCacheEntry::Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz ) const in Draw() argument
580 GraphicManager::ImplDraw( pOut, rPt, rSz, *mpMtf, maAttr ); in Draw()
585 Polygon aPoly( Rectangle( rPt, rSz ) ); in Draw()
587 aPoly.Rotate( rPt, maAttr.GetRotation() % 3600 ); in Draw()
592 pOut->DrawBitmapEx( rPt, rSz, *mpBmpEx ); in Draw()
870 sal_Bool GraphicCache::IsDisplayCacheable( OutputDevice* pOut, const Point& rPt, const Size& rSz, in IsDisplayCacheable() argument
873 return( GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) <= in IsDisplayCacheable()
879 sal_Bool GraphicCache::IsInDisplayCache( OutputDevice* pOut, const Point& rPt, const Size& rSz, in IsInDisplayCache() argument
882 const Point aPtPixel( pOut->LogicToPixel( rPt ) ); in IsInDisplayCache()
920 sal_Bool GraphicCache::CreateDisplayCacheObj( OutputDevice* pOut, const Point& rPt, const Size& rSz… in CreateDisplayCacheObj() argument
924 …const sal_uLong nNeededSize = GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr… in CreateDisplayCacheObj()
933 pOut, rPt, rSz, rObj, rAttr, rBmpEx ); in CreateDisplayCacheObj()
954 sal_Bool GraphicCache::CreateDisplayCacheObj( OutputDevice* pOut, const Point& rPt, const Size& rSz… in CreateDisplayCacheObj() argument
958 …const sal_uLong nNeededSize = GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr… in CreateDisplayCacheObj()
967 pOut, rPt, rSz, rObj, rAttr, rMtf ); in CreateDisplayCacheObj()
988 sal_Bool GraphicCache::DrawDisplayCacheObj( OutputDevice* pOut, const Point& rPt, const Size& rSz, in DrawDisplayCacheObj() argument
991 const Point aPtPixel( pOut->LogicToPixel( rPt ) ); in DrawDisplayCacheObj()
1020 pDisplayCacheEntry->Draw( pOut, rPt, rSz ); in DrawDisplayCacheObj()