Lines Matching refs:aSizePix
137 Point aPt2( rAnm.aPosPix.X() + rAnm.aSizePix.Width() - 1L, in ImplGetPosSize()
138 rAnm.aPosPix.Y() + rAnm.aSizePix.Height() - 1L ); in ImplGetPosSize()
217 Size aSizePix; in ImplDraw() local
222 ImplGetPosSize( rAnm, aPosPix, aSizePix ); in ImplDraw()
227 aBmpPosPix.X() = aPosPix.X() + aSizePix.Width() - 1L; in ImplDraw()
228 aBmpSizePix.Width() = -aSizePix.Width(); in ImplDraw()
233 aBmpSizePix.Width() = aSizePix.Width(); in ImplDraw()
239 aBmpPosPix.Y() = aPosPix.Y() + aSizePix.Height() - 1L; in ImplDraw()
240 aBmpSizePix.Height() = -aSizePix.Height(); in ImplDraw()
245 aBmpSizePix.Height() = aSizePix.Height(); in ImplDraw()
277 maRestSz = aSizePix; in ImplDraw()
287 mpRestore->DrawOutDev( Point(), maRestSz, aPosPix, aSizePix, *pDev ); in ImplDraw()