Home
last modified time | relevance | path

Searched defs:nModY (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx462 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() local
479 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() local
2576 for( sal_uLong nX = 0UL, nModY = ( nY & 0x0FUL ) << 4UL; nX < nWidth; nX++ ) in ImplDitherMatrix() local
2593 for( sal_uLong nX = 0UL, nModY = ( nY & 0x0FUL ) << 4UL; nX < nWidth; nX++ ) in ImplDitherMatrix() local
H A Doutdev2.cxx1947 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlendWithAlpha() local
2064 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlend() local

Completed in 42 milliseconds