Home
last modified time | relevance | path

Searched refs:rStepBmp (Results 1 – 2 of 2) sorted by path

/trunk/main/svx/source/dialog/
H A D_contdlg.cxx214 const AnimationBitmap& rStepBmp = aAnim.Get( i ); in CreateAutoContour() local
219 aTransMap.SetOrigin( Point( rStepBmp.aPosPix.X(), rStepBmp.aPosPix.Y() ) ); in CreateAutoContour()
221 aVDev.DrawPolyPolygon( CreateAutoContour( rStepBmp.aBmpEx, pRect, nFlags ) ); in CreateAutoContour()
/trunk/main/vcl/source/gdi/
H A Danimate.cxx573 sal_Bool Animation::Insert( const AnimationBitmap& rStepBmp ) in Insert() argument
582 maGlobalSize = aGlobalRect.Union( Rectangle( rStepBmp.aPosPix, rStepBmp.aSizePix ) ).GetSize(); in Insert()
583 maList.Insert( new AnimationBitmap( rStepBmp ), LIST_APPEND ); in Insert()
587 maBitmapEx = rStepBmp.aBmpEx; in Insert()

Completed in 19 milliseconds