HomeSort by: relevance | last modified time | path
    Searched defs:numColors (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86cmap.c 98 int numColors;
269 int numColors;
273 numColors = pmap->pVisual->ColormapEntries;
275 numColors = 1 << pmap->pVisual->nplanes;
277 if (!(colors = xallocarray(numColors, sizeof(LOCO))))
287 pColPriv->numColors = numColors;
423 num = pColPriv->numColors;
424 for (i = 0; i < pColPriv->numColors; i++)
533 int i = cmapPriv->numColors;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86cmap.c 99 int numColors;
267 int numColors;
271 numColors = pmap->pVisual->ColormapEntries;
273 numColors = 1 << pmap->pVisual->nplanes;
275 if(!(colors = malloc(numColors * sizeof(LOCO))))
285 pColPriv->numColors = numColors;
422 num = pColPriv->numColors;
423 for(i = 0; i < pColPriv->numColors; i++)
535 int i = cmapPriv->numColors;
    [all...]

Completed in 6 milliseconds