Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dpalette_creater.cpp114 long maxc = 0; in FindLargestColorPop() local
119 if ((boxp->color_count > maxc) && (boxp->volume > 0)) in FindLargestColorPop()
122 maxc = boxp->color_count; in FindLargestColorPop()
135 long maxc = 0; in FindLargestColorVolume() local
140 if ((boxp->volume > maxc) && (boxp->color_count > 0)) in FindLargestColorVolume()
143 maxc = boxp->volume; in FindLargestColorVolume()