Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dpalette_creater.cpp115 BOX *boxp = boxlist; in FindLargestColorPop() local
119 if ((boxp->color_count > maxc) && (boxp->volume > 0)) in FindLargestColorPop()
121 which = boxp; in FindLargestColorPop()
122 maxc = boxp->color_count; in FindLargestColorPop()
125 boxp++; in FindLargestColorPop()
136 BOX *boxp = boxlist; in FindLargestColorVolume() local
140 if ((boxp->volume > maxc) && (boxp->color_count > 0)) in FindLargestColorVolume()
142 which = boxp; in FindLargestColorVolume()
143 maxc = boxp->volume; in FindLargestColorVolume()
146 boxp++; in FindLargestColorVolume()
[all …]
Dpalette_creater.h41 void UpdateBox(BOX *boxp);
45 void ComputeColor(palette_info *info, BOX *boxp, int index);