Home
last modified time | relevance | path

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

/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx426 #define P_DELTA 51 macro
427 #define DMAP( v, m ) ((v % P_DELTA) > m ? (v / P_DELTA) + 1 : (v / P_DELTA))
460 sal_uInt8 nR = P_DELTA * DMAP( nSalColorRed, nMagic ); in GetDitherPixmap()
461 sal_uInt8 nG = P_DELTA * DMAP( nSalColorGreen, nMagic ); in GetDitherPixmap()
462 sal_uInt8 nB = P_DELTA * DMAP( nSalColorBlue, nMagic ); in GetDitherPixmap()

Completed in 15 milliseconds