Searched refs:aBM (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | bmpconv.cxx | 149 Bitmap aBM; in invoke() local 151 ReadDIB(aBM, aStream, true); in invoke() 160 if( aBM.GetBitCount() == 24 && nTargetDepth <= 8 ) in invoke() 161 aBM.Dither( BMP_DITHER_FLOYD ); in invoke() 163 if( aBM.GetBitCount() != nTargetDepth ) in invoke() 167 case 1: aBM.Convert( BMP_CONVERSION_1BIT_THRESHOLD );break; in invoke() 168 case 4: aBM.ReduceColors( BMP_CONVERSION_4BIT_COLORS );break; in invoke() 169 case 8: aBM.ReduceColors( BMP_CONVERSION_8BIT_COLORS );break; in invoke() 170 case 24: aBM.Convert( BMP_CONVERSION_24BIT );break; in invoke() 173 xBM = new BmpTransporter( aBM ); in invoke()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 114 X11SalBitmap aBM; in CopyScreenArea() local 115 aBM.ImplCreateFromDrawable( aSrc, nScreenSrc, nSrcDepth, src_x, src_y, w, h ); in CopyScreenArea() 122 aBM.ImplDraw( aDest, nScreenDest, nDestDepth, aTwoRect,aDestGC ); in CopyScreenArea()
|
Completed in 31 milliseconds