Lines Matching defs:pr
60 static void SwapFontInfo(xQueryFontReply * pr);
64 static void SwapFont(xQueryFontReply * pr, Bool hasGlyphs);
362 SwapFontInfo(xQueryFontReply * pr)
364 swaps(&pr->minCharOrByte2);
365 swaps(&pr->maxCharOrByte2);
366 swaps(&pr->defaultChar);
367 swaps(&pr->nFontProps);
368 swaps(&pr->fontAscent);
369 swaps(&pr->fontDescent);
370 SwapCharInfo(&pr->minBounds);
371 SwapCharInfo(&pr->maxBounds);
372 swapl(&pr->nCharInfos);
376 SwapFont(xQueryFontReply * pr, Bool hasGlyphs)
383 swaps(&pr->sequenceNumber);
384 swapl(&pr->length);
385 nchars = pr->nCharInfos;
386 nprops = pr->nFontProps;
387 SwapFontInfo(pr);
388 pby = (char *) &pr[1];