Lines Matching refs:rPt

199 sal_Bool GraphicManager::IsInCache( OutputDevice* pOut, const Point& rPt,  in IsInCache()  argument
203 return mpCache->IsInDisplayCache( pOut, rPt, rSz, rObj, rAttr ); in IsInCache()
208 sal_Bool GraphicManager::DrawObj( OutputDevice* pOut, const Point& rPt, const Size& rSz, in DrawObj() argument
212 Point aPt( rPt ); in DrawObj()
410 sal_Bool GraphicManager::ImplDraw( OutputDevice* pOut, const Point& rPt, in ImplDraw() argument
427 mpCache->IsDisplayCacheable( pOut, rPt, rSz, rObj, rAttr ) ) in ImplDraw()
431 if( ImplCreateOutput( pOut, rPt, rSz, aSrcBmpEx, rAttr, nFlags, &aDstBmpEx ) ) in ImplDraw()
433 rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstBmpEx ); in ImplDraw()
439 bRet = ImplCreateOutput( pOut, rPt, rSz, aSrcBmpEx, rAttr, nFlags ); in ImplDraw()
445 if( mpCache->IsDisplayCacheable( pOut, rPt, rSz, rObj, rAttr ) ) in ImplDraw()
450 if( ImplCreateOutput( pOut, rPt, rSz, rSrcMtf, rAttr, nFlags, aDstMtf, aContainedBmpEx ) ) in ImplDraw()
459 … if( ImplCreateOutput( pOut, rPt, rSz, aContainedBmpEx, rAttr, nFlags, &aDstBmpEx ) ) in ImplDraw()
461 … rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstBmpEx ); in ImplDraw()
467 … rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstMtf ); in ImplDraw()
479 aGraphic.Draw( pOut, rPt, rSz ); in ImplDraw()
492 const Point& rPt, const Size& rSz, in ImplCreateOutput() argument
504 Polygon aPoly( Rectangle( rPt, rSz ) ); in ImplCreateOutput()
506 aPoly.Rotate( rPt, nRot10 ); in ImplCreateOutput()
513 aOutPtPix = pOut->LogicToPixel( rPt ); in ImplCreateOutput()
722 const Point& rPt, const Size& rSz, in ImplCreateOutput() argument
1012 ImplDraw( pOut, rPt, rSz, rOutMtf, rAttr ); in ImplCreateOutput()
1960 void GraphicManager::ImplDraw( OutputDevice* pOut, const Point& rPt, const Size& rSz, in ImplDraw() argument
1964 Point aOutPt( rPt ); in ImplDraw()