Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dpalette_creater.cpp42 ULONG hist_size = (1 << (HIST_RED_BITS + HIST_GREEN_BITS + HIST_BLUE_BITS)); in CreatePaletteForPixelmaps()
75 boxlist[0].gmax = (1 << HIST_GREEN_BITS) - 1; in CreatePaletteForPixelmaps()
161 gmin = (1 << HIST_GREEN_BITS) - 1; in UpdateBox()
Dpalette_creater.h5 #define HIST_GREEN_BITS 6 macro