Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpanmvw.cxx134 void ImplAnimView::ImplGetPosSize( const AnimationBitmap& rAnm, Point& rPosPix, Size& rSizePix ) in ImplGetPosSize() argument
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()
220 const AnimationBitmap& rAnm = mpParent->Get( (sal_uInt16) ( mnActPos = Min( nPos, nLastPos ) ) ); in ImplDraw() local
222 ImplGetPosSize( rAnm, aPosPix, aSizePix ); in ImplDraw()
275 meLastDisposal = rAnm.eDisposal; in ImplDraw()
290 pDev->DrawBitmapEx( aBmpPosPix, aBmpSizePix, rAnm.aBmpEx ); in ImplDraw()
H A Dimpanmvw.hxx64 void ImplGetPosSize( const AnimationBitmap& rAnm, Point& rPosPix, Size& rSizePix );

Completed in 8 milliseconds