Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx1281 Rectangle aBoxRect( rControlRegion ); in getNativeControlRegion() local
1285 aBoxRect.Bottom() = aBoxRect.Top() + aRect.GetHeight(); in getNativeControlRegion()
1287 aBoxRect.Right() = aBoxRect.Left() + aRect.GetWidth(); in getNativeControlRegion()
1288 rNativeContentRegion = aBoxRect; in getNativeControlRegion()
1301 Rectangle aBoxRect( rControlRegion ); in getNativeControlRegion() local
1318 aBoxRect.Bottom() = aBoxRect.Top() + aRect.GetHeight(); in getNativeControlRegion()
1320 aBoxRect.Right() = aBoxRect.Left() + aRect.GetWidth(); in getNativeControlRegion()
1321 rNativeContentRegion = aBoxRect; in getNativeControlRegion()
1337 Rectangle aBoxRect( rControlRegion ); in getNativeControlRegion() local
1341 aBoxRect ) ); in getNativeControlRegion()
[all …]
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx881 Rectangle aBoxRect( P0, aAttr.aCurPos ); in ReadBox() local
884 AddPointsToArea( Polygon( aBoxRect ) ); in ReadBox()
886 AddPointsToPath( Polygon( aBoxRect ) ); in ReadBox()
907 Polygon aPolygon( aBoxRect, nHRound, nVRound ); in ReadBox()
912 pVirDev->DrawRect( aBoxRect, nHRound, nVRound ); in ReadBox()
918 pVirDev->DrawRect( aBoxRect, nHRound, nVRound ); in ReadBox()

Completed in 60 milliseconds