Lines Matching refs:aPosPix
137 Point aPt2( rAnm.aPosPix.X() + rAnm.aSizePix.Width() - 1L, in ImplGetPosSize()
138 rAnm.aPosPix.Y() + rAnm.aSizePix.Height() - 1L ); in ImplGetPosSize()
153 rPosPix.X() = FRound( rAnm.aPosPix.X() * fFactX ); in ImplGetPosSize()
154 rPosPix.Y() = FRound( rAnm.aPosPix.Y() * fFactY ); in ImplGetPosSize()
215 Point aPosPix; in ImplDraw() local
222 ImplGetPosSize( rAnm, aPosPix, aSizePix ); in ImplDraw()
227 aBmpPosPix.X() = aPosPix.X() + aSizePix.Width() - 1L; in ImplDraw()
232 aBmpPosPix.X() = aPosPix.X(); in ImplDraw()
239 aBmpPosPix.Y() = aPosPix.Y() + aSizePix.Height() - 1L; in ImplDraw()
244 aBmpPosPix.Y() = aPosPix.Y(); in ImplDraw()
276 maRestPt = aPosPix; in ImplDraw()
287 mpRestore->DrawOutDev( Point(), maRestSz, aPosPix, aSizePix, *pDev ); in ImplDraw()