Lines Matching refs:pRAcc

2887 	BitmapReadAccess*	pRAcc = AcquireReadAccess();  in ImplReduceSimple()  local
2899 if( pRAcc ) in ImplReduceSimple()
2901 Octree aOct( *pRAcc, nColCount ); in ImplReduceSimple()
2910 const long nWidth = pRAcc->Width(); in ImplReduceSimple()
2911 const long nHeight = pRAcc->Height(); in ImplReduceSimple()
2913 if( pRAcc->HasPalette() ) in ImplReduceSimple()
2917 …dex( nY, nX, static_cast<sal_uInt8>(aOct.GetBestPaletteIndex( pRAcc->GetPaletteColor( pRAcc->GetPi… in ImplReduceSimple()
2923 …pWAcc->SetPixelIndex( nY, nX, static_cast<sal_uInt8>(aOct.GetBestPaletteIndex( pRAcc->GetPixel( nY… in ImplReduceSimple()
2930 ReleaseAccess( pRAcc ); in ImplReduceSimple()
2974 BitmapReadAccess* pRAcc = AcquireReadAccess(); in ImplReducePopular() local
2986 if( pRAcc ) in ImplReducePopular()
2995 const long nWidth = pRAcc->Width(); in ImplReducePopular()
2996 const long nHeight = pRAcc->Height(); in ImplReducePopular()
3014 if( pRAcc->HasPalette() ) in ImplReducePopular()
3020 const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReducePopular()
3033 const BitmapColor aCol( pRAcc->GetPixel( nY, nX ) ); in ImplReducePopular()
3066 if( pRAcc->HasPalette() ) in ImplReducePopular()
3072 const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReducePopular()
3086 const BitmapColor aCol( pRAcc->GetPixel( nY, nX ) ); in ImplReducePopular()
3101 ReleaseAccess( pRAcc ); in ImplReducePopular()
3121 BitmapReadAccess* pRAcc = AcquireReadAccess(); in ImplReduceMedian() local
3136 if( pRAcc ) in ImplReduceMedian()
3152 if( pRAcc->HasPalette() ) in ImplReduceMedian()
3158 const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReduceMedian()
3169 const BitmapColor aCol( pRAcc->GetPixel( nY, nX ) ); in ImplReduceMedian()
3185 …pWAcc->SetPixelIndex( nY, nX, static_cast<sal_uInt8>( aMap.GetBestPaletteIndex( pRAcc->GetColor( n… in ImplReduceMedian()
3192 ReleaseAccess( pRAcc ); in ImplReduceMedian()