Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2187 double*& pWeights, in ImplCalculateContributions() argument
2199 pWeights = new double[nAllocSize]; in ImplCalculateContributions()
2225 pWeights[nIndex] = aWeight; in ImplCalculateContributions()
2255 double* pWeights = 0; in ImplScaleConvolutionHor() local
2261 …ImplCalculateContributions(nWidth, nNewWidth, aNumberOfContributions, pWeights, pPixels, pCount, a… in ImplScaleConvolutionHor()
2281 const double aWeight(pWeights[aIndex]); in ImplScaleConvolutionHor()
2313 delete[] pWeights; in ImplScaleConvolutionHor()
2346 double* pWeights = 0; in ImplScaleConvolutionVer() local
2352 …ImplCalculateContributions(nHeight, nNewHeight, aNumberOfContributions, pWeights, pPixels, pCount,… in ImplScaleConvolutionVer()
2372 const double aWeight(pWeights[aIndex]); in ImplScaleConvolutionVer()
[all …]

Completed in 34 milliseconds