Searched defs:nModY (Results 1 – 2 of 2) sorted by relevance
462 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() local479 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() local2576 for( sal_uLong nX = 0UL, nModY = ( nY & 0x0FUL ) << 4UL; nX < nWidth; nX++ ) in ImplDitherMatrix() local2593 for( sal_uLong nX = 0UL, nModY = ( nY & 0x0FUL ) << 4UL; nX < nWidth; nX++ ) in ImplDitherMatrix() local
1938 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlendWithAlpha() local2055 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlend() local
Completed in 39 milliseconds