Searched refs:boxp (Results 1 – 2 of 2) sorted by relevance
115 BOX *boxp = boxlist; in FindLargestColorPop() local119 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() local140 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 …]
41 void UpdateBox(BOX *boxp);45 void ComputeColor(palette_info *info, BOX *boxp, int index);