Searched refs:boxlist (Results 1 – 2 of 2) sorted by relevance
12 boxlist = NULL; in palette_creater()52 boxlist = new BOX[requested_size]; in CreatePaletteForPixelmaps()53 memset(boxlist, 0, requested_size * sizeof(BOX)); in CreatePaletteForPixelmaps()72 boxlist[0].rmin = 0; in CreatePaletteForPixelmaps()73 boxlist[0].rmax = (1 << HIST_RED_BITS) - 1; in CreatePaletteForPixelmaps()74 boxlist[0].gmin = 0; in CreatePaletteForPixelmaps()75 boxlist[0].gmax = (1 << HIST_GREEN_BITS) - 1; in CreatePaletteForPixelmaps()76 boxlist[0].bmin = 0; in CreatePaletteForPixelmaps()77 boxlist[0].bmax = (1 << HIST_BLUE_BITS) - 1; in CreatePaletteForPixelmaps()80 UpdateBox(&boxlist[0]); in CreatePaletteForPixelmaps()[all …]
49 BOX *boxlist; variable