Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi.cxx52 #define DITHER_PAL_STEPS 6 macro
53 #define DITHER_PAL_COUNT (DITHER_PAL_STEPS*DITHER_PAL_STEPS*DITHER_PAL_STEPS)
255 for( nB=0, nBlue=0; nB < DITHER_PAL_STEPS; nB++, nBlue += DITHER_PAL_DELTA ) in ImplInitSalGDI()
257 for( nG=0, nGreen=0; nG < DITHER_PAL_STEPS; nG++, nGreen += DITHER_PAL_DELTA ) in ImplInitSalGDI()
259 for( nR=0, nRed=0; nR < DITHER_PAL_STEPS; nR++, nRed += DITHER_PAL_DELTA ) in ImplInitSalGDI()
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx627 const int DITHER_PAL_STEPS = 6; in GetDefaultPalette() local
631 for( nB=0, nBlue=0; nB < DITHER_PAL_STEPS; nB++, nBlue += DITHER_PAL_DELTA ) in GetDefaultPalette()
633 for( nG=0, nGreen=0; nG < DITHER_PAL_STEPS; nG++, nGreen += DITHER_PAL_DELTA ) in GetDefaultPalette()
635 for( nR=0, nRed=0; nR < DITHER_PAL_STEPS; nR++, nRed += DITHER_PAL_DELTA ) in GetDefaultPalette()

Completed in 27 milliseconds