Lines Matching refs:pPixels
2188 sal_uInt32*& pPixels, in ImplCalculateContributions() argument
2200 pPixels = new sal_uInt32[nAllocSize]; in ImplCalculateContributions()
2226 pPixels[nIndex] = aPixelIndex; in ImplCalculateContributions()
2256 sal_uInt32* pPixels = 0; in ImplScaleConvolutionHor() local
2261 …ImplCalculateContributions(nWidth, nNewWidth, aNumberOfContributions, pWeights, pPixels, pCount, a… in ImplScaleConvolutionHor()
2288 aColor = pReadAcc->GetPaletteColor(pReadAcc->GetPixelIndex(y, pPixels[aIndex])); in ImplScaleConvolutionHor()
2292 aColor = pReadAcc->GetPixel(y, pPixels[aIndex]); in ImplScaleConvolutionHor()
2315 delete[] pPixels; in ImplScaleConvolutionHor()
2347 sal_uInt32* pPixels = 0; in ImplScaleConvolutionVer() local
2352 …ImplCalculateContributions(nHeight, nNewHeight, aNumberOfContributions, pWeights, pPixels, pCount,… in ImplScaleConvolutionVer()
2379 aColor = pReadAcc->GetPaletteColor(pReadAcc->GetPixelIndex(pPixels[aIndex], x)); in ImplScaleConvolutionVer()
2383 aColor = pReadAcc->GetPixel(pPixels[aIndex], x); in ImplScaleConvolutionVer()
2413 delete[] pPixels; in ImplScaleConvolutionVer()