Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx462 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() local
466 pDitherMatrix[ nModY ][ nX % 16 ] ) in ImplMakeMonoDither()
479 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() local
482 pDitherMatrix[ nModY ][ nX % 16 ] ) in ImplMakeMonoDither()
2576 for( sal_uLong nX = 0UL, nModY = ( nY & 0x0FUL ) << 4UL; nX < nWidth; nX++ ) in ImplDitherMatrix() local
2579 const sal_uLong nD = nVCLDitherLut[ nModY + ( nX & 0x0FUL ) ]; in ImplDitherMatrix()
2593 for( sal_uLong nX = 0UL, nModY = ( nY & 0x0FUL ) << 4UL; nX < nWidth; nX++ ) in ImplDitherMatrix() local
2596 const sal_uLong nD = nVCLDitherLut[ nModY + ( nX & 0x0FUL ) ]; in ImplDitherMatrix()
H A Doutdev2.cxx1947 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlendWithAlpha() local
1952 const sal_uLong nD = nVCLDitherLut[ nModY | ( nOutX & 0x0FL ) ]; in ImplBlendWithAlpha()
2064 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlend() local
2069 const sal_uLong nD = nVCLDitherLut[ nModY | ( nOutX & 0x0FL ) ]; in ImplBlend()

Completed in 36 milliseconds