Searched refs:aDestBmpSize (Results 1 – 1 of 1) sorted by relevance
317 const Size aDestBmpSize( ::basegfx::fround( aDestRect.getWidth() ), in transformBitmap() local320 if( aDestBmpSize.Width() == 0 || aDestBmpSize.Height() == 0 ) in transformBitmap()323 Bitmap aDstBitmap( aDestBmpSize, aSrcBitmap.GetBitCount(), &pReadAccess->GetPalette() ); in transformBitmap()324 Bitmap aDstAlpha( AlphaMask( aDestBmpSize ).GetBitmap() ); in transformBitmap()349 for( int y=0; y<aDestBmpSize.Height(); ++y ) in transformBitmap()365 for( int x=0; x<aDestBmpSize.Width(); ++x ) in transformBitmap()411 for( int x=0; x<aDestBmpSize.Width(); ++x ) in transformBitmap()468 for( int x=0; x<aDestBmpSize.Width(); ++x ) in transformBitmap()490 for( int x=0; x<aDestBmpSize.Width(); ++x ) in transformBitmap()
Completed in 11 milliseconds