Searched refs:P_DELTA (Results 1 – 1 of 1) sorted by relevance
426 #define P_DELTA 51 macro427 #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 16 milliseconds