Home
last modified time | relevance | path

Searched refs:nVCLDitherLut (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx83 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()
H A Dbitmap3.cxx84 sal_uLong nVCLDitherLut[ 256 ] = variable
2579 const sal_uLong nD = nVCLDitherLut[ nModY + ( nX & 0x0FUL ) ]; in ImplDitherMatrix()
2596 const sal_uLong nD = nVCLDitherLut[ nModY + ( nX & 0x0FUL ) ]; in ImplDitherMatrix()

Completed in 31 milliseconds