Lines Matching refs:pWAcc

1388 		BitmapWriteAccess*	pWAcc = aOutBmp.AcquireWriteAccess();  in ImplScaleSuper()  local
1402 if( pAcc && pWAcc ) in ImplScaleSuper()
1463 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
1571 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
1604 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
1715 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
1754 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
1861 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
1898 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
2005 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
2038 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
2147 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
2164 aOutBmp.ReleaseAccess( pWAcc ); in ImplScaleSuper()
2903 BitmapWriteAccess* pWAcc; in ImplReduceSimple() local
2906 pWAcc = aNewBmp.AcquireWriteAccess(); in ImplReduceSimple()
2908 if( pWAcc ) in ImplReduceSimple()
2917pWAcc->SetPixelIndex( nY, nX, static_cast<sal_uInt8>(aOct.GetBestPaletteIndex( pRAcc->GetPaletteCo… in ImplReduceSimple()
2923pWAcc->SetPixelIndex( nY, nX, static_cast<sal_uInt8>(aOct.GetBestPaletteIndex( pRAcc->GetPixel( nY… in ImplReduceSimple()
2926 aNewBmp.ReleaseAccess( pWAcc ); in ImplReduceSimple()
3054 BitmapWriteAccess* pWAcc = aNewBmp.AcquireWriteAccess(); in ImplReducePopular() local
3056 if( pWAcc ) in ImplReducePopular()
3076 pWAcc->SetPixel( nY, nX, aDstCol ); in ImplReducePopular()
3090 pWAcc->SetPixel( nY, nX, aDstCol ); in ImplReducePopular()
3096 aNewBmp.ReleaseAccess( pWAcc ); in ImplReducePopular()
3139 BitmapWriteAccess* pWAcc = aNewBmp.AcquireWriteAccess(); in ImplReduceMedian() local
3141 if( pWAcc ) in ImplReduceMedian()
3145 const long nWidth = pWAcc->Width(); in ImplReduceMedian()
3146 const long nHeight = pWAcc->Height(); in ImplReduceMedian()
3176 BitmapPalette aPal( pWAcc->GetPaletteEntryCount() ); in ImplReduceMedian()
3182 pWAcc->SetPalette( aPal ); in ImplReduceMedian()
3185pWAcc->SetPixelIndex( nY, nX, static_cast<sal_uInt8>( aMap.GetBestPaletteIndex( pRAcc->GetColor( n… in ImplReduceMedian()
3188 aNewBmp.ReleaseAccess( pWAcc ); in ImplReduceMedian()