Lines Matching refs:BOX
52 boxlist = new BOX[requested_size]; in CreatePaletteForPixelmaps()
53 memset(boxlist, 0, requested_size * sizeof(BOX)); in CreatePaletteForPixelmaps()
111 BOX *palette_creater::FindLargestColorPop(int numboxes) in FindLargestColorPop()
113 BOX *which = NULL; in FindLargestColorPop()
115 BOX *boxp = boxlist; in FindLargestColorPop()
132 BOX *palette_creater::FindLargestColorVolume(int numboxes) in FindLargestColorVolume()
134 BOX *which = NULL; in FindLargestColorVolume()
136 BOX *boxp = boxlist; in FindLargestColorVolume()
152 void palette_creater::UpdateBox(BOX *boxp) in UpdateBox()
319 BOX *b1, *b2; in median_cut()
378 void palette_creater::ComputeColor(palette_info *control, BOX *boxp, int index) in ComputeColor()