Home
last modified time | relevance | path

Searched refs:pPixels (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2188 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
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
2379 aColor = pReadAcc->GetPaletteColor(pReadAcc->GetPixelIndex(pPixels[aIndex], x)); in ImplScaleConvolutionVer()
2383 aColor = pReadAcc->GetPixel(pPixels[aIndex], x); in ImplScaleConvolutionVer()
[all …]

Completed in 30 milliseconds