Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx42 Bitmap aAccBmp; member in GIFWriter
252 aAccBmp = rBmpEx.GetBitmap(); in CreateAccess()
257 if( aAccBmp.Convert( BMP_CONVERSION_8BIT_TRANS ) ) in CreateAccess()
260 aAccBmp.Replace( aMask, BMP_COL_TRANS ); in CreateAccess()
264 aAccBmp.Convert( BMP_CONVERSION_8BIT_COLORS ); in CreateAccess()
267 aAccBmp.Convert( BMP_CONVERSION_8BIT_COLORS ); in CreateAccess()
269 pAcc = aAccBmp.AcquireReadAccess(); in CreateAccess()
282 aAccBmp.ReleaseAccess( pAcc ); in DestroyAccess()

Completed in 17 milliseconds