Home
last modified time | relevance | path

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

/aoo42x/main/canvas/source/directx/
H A Ddx_vcltools.cxx190 ScopedBitmapReadAccess pAlphaReadAccess( aAlpha.AcquireReadAccess(), in bitmapFromVCLBitmapEx() local
209 ENSURE_OR_THROW( pAlphaReadAccess.get() != NULL, in bitmapFromVCLBitmapEx()
213 ENSURE_OR_THROW( pAlphaReadAccess->GetScanlineFormat() == BMP_FORMAT_8BIT_PAL || in bitmapFromVCLBitmapEx()
214pAlphaReadAccess->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()
/aoo42x/main/canvas/source/vcl/
H A Dimpltools.cxx276 ScopedBitmapReadAccess pAlphaReadAccess( rBitmap.IsTransparent() ? in transformBitmap() local
282 (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()
H A Dcanvasbitmaphelper.cxx149 ScopedBitmapReadAccess pAlphaReadAccess( aAlpha.IsEmpty() ? in getData() local
172 if( pAlphaReadAccess.get() != NULL ) in getData()
181 pRes[ nCurrPos++ ] = pAlphaReadAccess->GetPixel( y, x ).GetIndex(); in getData()
525 ScopedBitmapReadAccess pAlphaReadAccess( aAlpha.IsEmpty() ? in getPixel() local
539 if( pAlphaReadAccess.get() != NULL ) in getPixel()
540 pRes[ 3 ] = pAlphaReadAccess->GetPixel( pos.Y, pos.X ).GetIndex(); in getPixel()

Completed in 33 milliseconds