Searched refs:aRotBoundRect (Results 1 – 2 of 2) sorted by relevance
241 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in DrawObj() local242 aPt = aRotBoundRect.TopLeft(); in DrawObj()243 aSz = aRotBoundRect.GetSize(); in DrawObj()507 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in ImplCreateOutput() local508 aOutPtPix = pOut->LogicToPixel( aRotBoundRect.TopLeft() ); in ImplCreateOutput()509 aOutSzPix = pOut->LogicToPixel( aRotBoundRect.GetSize() ); in ImplCreateOutput()1972 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in ImplDraw() local1973 aOutPt = aRotBoundRect.TopLeft(); in ImplDraw()1974 aOutSz = aRotBoundRect.GetSize(); in ImplDraw()
588 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in Draw() local589 pOut->DrawBitmapEx( aRotBoundRect.TopLeft(), aRotBoundRect.GetSize(), *mpBmpEx ); in Draw()
Completed in 54 milliseconds