Searched refs:pPixels (Results 1 – 1 of 1) sorted by relevance
2188 sal_uInt32*& pPixels, in ImplCalculateContributions() argument2200 pPixels = new sal_uInt32[nAllocSize]; in ImplCalculateContributions()2226 pPixels[nIndex] = aPixelIndex; in ImplCalculateContributions()2256 sal_uInt32* pPixels = 0; in ImplScaleConvolutionHor() local2288 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() local2379 aColor = pReadAcc->GetPaletteColor(pReadAcc->GetPixelIndex(pPixels[aIndex], x)); in ImplScaleConvolutionVer()2383 aColor = pReadAcc->GetPixel(pPixels[aIndex], x); in ImplScaleConvolutionVer()[all …]
Completed in 20 milliseconds