Searched refs:nVCLDitherLut (Results 1 – 2 of 2) sorted by relevance
83 extern sal_uLong nVCLDitherLut[ 256 ];1952 const sal_uLong nD = nVCLDitherLut[ nModY | ( nOutX & 0x0FL ) ]; in ImplBlendWithAlpha()2069 const sal_uLong nD = nVCLDitherLut[ nModY | ( nOutX & 0x0FL ) ]; in ImplBlend()
84 sal_uLong nVCLDitherLut[ 256 ] = variable2579 const sal_uLong nD = nVCLDitherLut[ nModY + ( nX & 0x0FUL ) ]; in ImplDitherMatrix()2596 const sal_uLong nD = nVCLDitherLut[ nModY + ( nX & 0x0FUL ) ]; in ImplDitherMatrix()
Completed in 289 milliseconds