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