Home
last modified time | relevance | path

Searched refs:aRotBoundRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx241 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in DrawObj() local
242 aPt = aRotBoundRect.TopLeft(); in DrawObj()
243 aSz = aRotBoundRect.GetSize(); in DrawObj()
507 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in ImplCreateOutput() local
508 aOutPtPix = pOut->LogicToPixel( aRotBoundRect.TopLeft() ); in ImplCreateOutput()
509 aOutSzPix = pOut->LogicToPixel( aRotBoundRect.GetSize() ); in ImplCreateOutput()
1972 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in ImplDraw() local
1973 aOutPt = aRotBoundRect.TopLeft(); in ImplDraw()
1974 aOutSz = aRotBoundRect.GetSize(); in ImplDraw()
H A Dgrfcache.cxx588 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in Draw() local
589 pOut->DrawBitmapEx( aRotBoundRect.TopLeft(), aRotBoundRect.GetSize(), *mpBmpEx ); in Draw()

Completed in 28 milliseconds