Lines Matching defs:pr
62 static void SwapFontInfo(xQueryFontReply *pr);
66 static void SwapFont(xQueryFontReply *pr, Bool hasGlyphs);
402 SwapFontInfo(xQueryFontReply *pr)
406 swaps(&pr->minCharOrByte2, n);
407 swaps(&pr->maxCharOrByte2, n);
408 swaps(&pr->defaultChar, n);
409 swaps(&pr->nFontProps, n);
410 swaps(&pr->fontAscent, n);
411 swaps(&pr->fontDescent, n);
412 SwapCharInfo( &pr->minBounds);
413 SwapCharInfo( &pr->maxBounds);
414 swapl(&pr->nCharInfos, n);
418 SwapFont(xQueryFontReply *pr, Bool hasGlyphs)
426 swaps(&pr->sequenceNumber, n);
427 swapl(&pr->length, n);
428 nchars = pr->nCharInfos;
429 nprops = pr->nFontProps;
430 SwapFontInfo(pr);
431 pby = (char *) &pr[1];