Lines Matching defs:pChar
43 QueryTableType0 (unsigned int maxcolor, int format, char **pChar, unsigned long *pCount,
50 nElements = _XcmsGetElement(format, pChar, pCount) + 1;
64 *ph++ = _XcmsGetElement (format, pChar, pCount) * 0x101;
65 *pf++ = (_XcmsGetElement (format, pChar, pCount)
72 *ph++ = (unsigned short)_XcmsGetElement (format, pChar, pCount);
73 *pf++ = (_XcmsGetElement (format, pChar, pCount)
80 *ph++ = (unsigned short)_XcmsGetElement (format, pChar, pCount);
81 *pf++ = (_XcmsGetElement (format, pChar, pCount)
105 QueryTableType1 (unsigned int maxcolor, int format, char **pChar, unsigned long *pCount,
114 max_index = _XcmsGetElement(format, pChar, pCount);
130 *pf++ = ((XcmsFloat) _XcmsGetElement(format, pChar, pCount) / (XcmsFloat)255.0) *
138 *pf++ = ((XcmsFloat) _XcmsGetElement(format, pChar, pCount) / (XcmsFloat)65535.0) *
146 *pf++ = ((XcmsFloat) _XcmsGetElement (format, pChar, pCount) / (XcmsFloat)4294967295.0)
220 ** Upon entry, pChar should point to the length element of the channel.
226 skipChannel (int cType, int format, char **pChar, unsigned long *pCount)
233 length = _XcmsGetElement(format, pChar, pCount) + 1;
241 (void) _XcmsGetElement (format, pChar, pCount);
249 ** Upon entry, pChar should point to the type element immediately following
256 skipVisual (int format, char **pChar, unsigned long *pCount)
264 cType = (int)_XcmsGetElement(format, pChar, pCount);
273 nTables = (int)_XcmsGetElement(format, pChar, pCount);
279 if (!skipChannel(cType, format, pChar, pCount)) {
286 if (!skipChannel(cType, format, pChar, pCount)) {
291 if (!skipChannel(cType, format, pChar, pCount)) {
317 char *property_return = NULL, *pChar;
353 pChar = property_return;
422 visualID = _XcmsGetElement(format, &pChar, &nitems);
425 visualID |= _XcmsGetElement(format, &pChar, &nitems);
428 if (!skipVisual(format, &pChar, &nitems)) {
439 cType = (int)_XcmsGetElement(format, &pChar, &nitems);
440 nTables = (int)_XcmsGetElement(format, &pChar, &nitems);
452 if (!QueryTableType0(maxcolor, format, &pChar, &nitems, &nelem, &ph, &pf)) {
467 if (!QueryTableType1(maxcolor, format, &pChar, &nitems, &nelem, &ph, &pf)) {