Lines Matching refs:aBmp
135 Bitmap aBmp( rBmpEx.GetBitmap() ); in PNGWriterImpl() local
159 mnBitsPerPixel = (sal_uInt8)aBmp.GetBitCount(); in PNGWriterImpl()
165 aBmp.Convert( BMP_CONVERSION_24BIT ); in PNGWriterImpl()
171 aBmp.Convert( BMP_CONVERSION_8BIT_TRANS ); in PNGWriterImpl()
172 aBmp.Replace( rBmpEx.GetMask(), BMP_COL_TRANS ); in PNGWriterImpl()
174 mpAccess = aBmp.AcquireReadAccess(); in PNGWriterImpl()
184 aBmp.ReleaseAccess( mpAccess ); in PNGWriterImpl()
191 mpAccess = aBmp.AcquireReadAccess(); // sal_True RGB with alphachannel in PNGWriterImpl()
226 aBmp.ReleaseAccess( mpAccess ); in PNGWriterImpl()
234 mpAccess = aBmp.AcquireReadAccess(); // palette + RGB without alphachannel in PNGWriterImpl()
245 aBmp.ReleaseAccess( mpAccess ); in PNGWriterImpl()