Lines Matching refs:nelem
44 unsigned int *nelem, unsigned short **pph, unsigned int **ppf)
51 *nelem = nElements;
106 unsigned int *nelem, unsigned short **pph, unsigned int **ppf)
116 *nelem = nElements;
323 unsigned int maxcolor, nelem;
452 if (!QueryTableType0(maxcolor, format, &pChar, &nitems, &nelem, &ph, &pf)) {
456 if (nelem == 2 &&
462 *gamma = exponentOfPowerFunc(maxcolor, maxcolor, (int)nelem, ph, pf);
467 if (!QueryTableType1(maxcolor, format, &pChar, &nitems, &nelem, &ph, &pf)) {
471 *gamma = exponentOfPowerFunc((1<<visual->bits_per_rgb)-1, maxcolor, (int)nelem, ph, pf);