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

/xsrc/external/mit/ico/dist/
H A Dico.c135 int totalpixels; /* = 1<<totalplanes */ member in struct:closure
530 if (closure->totalpixels > 2)
531 XStoreColors(dpy,closure->cmap,closure->dpybuf->colors,closure->totalpixels);
739 closure->totalpixels = 1<<closure->totalplanes;
747 xalloc(closure->totalpixels * sizeof(XColor));

Completed in 3 milliseconds