Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dpalette_creater.cpp168 ULONG *histp; in UpdateBox() local
178 histp = &histogram[pos]; in UpdateBox()
180 if (*histp != 0) in UpdateBox()
266 ULONG *histp; in AccumulateOneMapHistogram() local
299 histp = &histogram[pos]; in AccumulateOneMapHistogram()
301 if (++(*histp) <= 0) in AccumulateOneMapHistogram()
303 (*histp)--; in AccumulateOneMapHistogram()
382 ULONG *histp; in ComputeColor() local
394 histp = &histogram[ASSEMBLECOLOR_16BPP(r, g, b)]; in ComputeColor()
395 count = *histp; in ComputeColor()