Searched refs:nelem (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s12/open-src/lib/libXmu/sun-src/src/ |
H A D | VisGamma.c | 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; local 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, p 43 QueryTableType0(unsigned int maxcolor, int format, char **pChar, unsigned long *pCount, unsigned int *nelem, unsigned short **pph, unsigned int **ppf) argument 105 QueryTableType1(unsigned int maxcolor, int format, char **pChar, unsigned long *pCount, unsigned int *nelem, unsigned short **pph, unsigned int **ppf) argument [all...] |
/solaris-x11-s12/open-src/app/cmap_compact/sun-src/ |
H A D | cmcutil.h | 93 Atom type, int format, int data, int nelem);
|
H A D | cmcutil.c | 209 int nelem) 217 (unsigned char *)&data, nelem); 202 prop_update( Display *dpy, Window w, const char *name, Atom type, int format, int data, int nelem) argument
|
Completed in 10 milliseconds