Searched refs:pAlphaReadAccess (Results 1 – 3 of 3) sorted by relevance
190 ScopedBitmapReadAccess pAlphaReadAccess( aAlpha.AcquireReadAccess(), in bitmapFromVCLBitmapEx() local209 ENSURE_OR_THROW( pAlphaReadAccess.get() != NULL, in bitmapFromVCLBitmapEx()213 ENSURE_OR_THROW( pAlphaReadAccess->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL || in bitmapFromVCLBitmapEx()214 … pAlphaReadAccess->GetScanlineFormat() == BMP_FORMAT_8BIT_TC_MASK, in bitmapFromVCLBitmapEx()231 Scanline pAScan = pAlphaReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx()252 Scanline pAScan = pAlphaReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx()280 Scanline pAScan = pAlphaReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx()
276 ScopedBitmapReadAccess pAlphaReadAccess( rBitmap.IsTransparent() ? in transformBitmap() local282 (pAlphaReadAccess.get() == NULL && rBitmap.IsTransparent()) ) in transformBitmap()306 const BitmapColor& rCol0( pAlphaReadAccess->GetPaletteColor( 0 ) ); in transformBitmap()307 const BitmapColor& rCol1( pAlphaReadAccess->GetPaletteColor( 1 ) ); in transformBitmap()386 … const sal_uInt8 cMappedAlphaIdx = aAlphaMap[ pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ) ]; in transformBitmap()482 … const sal_uInt8 cAlphaIdx = pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ); in transformBitmap()
149 ScopedBitmapReadAccess pAlphaReadAccess( aAlpha.IsEmpty() ? in getData() local172 if( pAlphaReadAccess.get() != NULL ) in getData()181 pRes[ nCurrPos++ ] = pAlphaReadAccess->GetPixel( y, x ).GetIndex(); in getData()525 ScopedBitmapReadAccess pAlphaReadAccess( aAlpha.IsEmpty() ? in getPixel() local539 if( pAlphaReadAccess.get() != NULL ) in getPixel()540 pRes[ 3 ] = pAlphaReadAccess->GetPixel( pos.Y, pos.X ).GetIndex(); in getPixel()
Completed in 27 milliseconds