Searched refs:nModY (Results 1 – 2 of 2) sorted by relevance
462 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() local466 pDitherMatrix[ nModY ][ nX % 16 ] ) in ImplMakeMonoDither()479 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() local482 pDitherMatrix[ nModY ][ nX % 16 ] ) in ImplMakeMonoDither()2576 for( sal_uLong nX = 0UL, nModY = ( nY & 0x0FUL ) << 4UL; nX < nWidth; nX++ ) in ImplDitherMatrix() local2579 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() local2596 const sal_uLong nD = nVCLDitherLut[ nModY + ( nX & 0x0FUL ) ]; in ImplDitherMatrix()
1938 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlendWithAlpha() local1943 const sal_uLong nD = nVCLDitherLut[ nModY | ( nOutX & 0x0FL ) ]; in ImplBlendWithAlpha()2055 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlend() local2060 const sal_uLong nD = nVCLDitherLut[ nModY | ( nOutX & 0x0FL ) ]; in ImplBlend()
Completed in 25 milliseconds