Searched refs:totalplanes (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/ico/dist/
H A Dico.c124 XColor *colors; /* size = 2 ** totalplanes */
134 int totalplanes; /* = 2*planesperbuf */ member in struct:closure
135 int totalpixels; /* = 1<<totalplanes */
136 unsigned long *plane_masks; /* size = totalplanes */
738 closure->totalplanes = closure->nplanesets * planesperbuf;
739 closure->totalpixels = 1<<closure->totalplanes;
741 xalloc(closure->totalplanes * sizeof(unsigned long));
752 if (closure->totalplanes == 1) {
757 closure->plane_masks, closure->totalplanes,

Completed in 3 milliseconds