Lines Matching refs:pCI
303 swapCharInfo(xCharInfo * pCI) in swapCharInfo() argument
305 swaps(&pCI->leftSideBearing); in swapCharInfo()
306 swaps(&pCI->rightSideBearing); in swapCharInfo()
307 swaps(&pCI->characterWidth); in swapCharInfo()
308 swaps(&pCI->ascent); in swapCharInfo()
309 swaps(&pCI->descent); in swapCharInfo()
310 swaps(&pCI->attributes); in swapCharInfo()
337 xCharInfo *pCI; in ProcXF86BigfontQueryFont() local
371 pCI = NULL; in ProcXF86BigfontQueryFont()
381 pCI = (xCharInfo *) pDesc->attach_addr; in ProcXF86BigfontQueryFont()
390 pCI = (xCharInfo *) pDesc->attach_addr; in ProcXF86BigfontQueryFont()
395 pCI = xallocarray(nCharInfos, sizeof(xCharInfo)); in ProcXF86BigfontQueryFont()
396 if (!pCI) in ProcXF86BigfontQueryFont()
403 xCharInfo *prCI = pCI; in ProcXF86BigfontQueryFont()
432 *(CARD32 *) (pCI + nCharInfos) = signature; in ProcXF86BigfontQueryFont()
460 free(pCI); in ProcXF86BigfontQueryFont()
482 xCharInfo *p = &pCI[NextIndex]; in ProcXF86BigfontQueryFont()
488 if (pCI[j].leftSideBearing == p->leftSideBearing in ProcXF86BigfontQueryFont()
489 && pCI[j].rightSideBearing == p->rightSideBearing in ProcXF86BigfontQueryFont()
490 && pCI[j].characterWidth == p->characterWidth in ProcXF86BigfontQueryFont()
491 && pCI[j].ascent == p->ascent in ProcXF86BigfontQueryFont()
492 && pCI[j].descent == p->descent in ProcXF86BigfontQueryFont()
493 && pCI[j].attributes == p->attributes) in ProcXF86BigfontQueryFont()
514 p = &pCI[j]; in ProcXF86BigfontQueryFont()
520 p = &pCI[NextIndex]; in ProcXF86BigfontQueryFont()
551 free(pCI); in ProcXF86BigfontQueryFont()
614 *pci = pCI[pUniqIndex2Index[i]]; in ProcXF86BigfontQueryFont()
632 free(pCI); in ProcXF86BigfontQueryFont()