Lines Matching refs:pCI
325 xCharInfo *pCI)
329 swaps(&pCI->leftSideBearing, tmp);
330 swaps(&pCI->rightSideBearing, tmp);
331 swaps(&pCI->characterWidth, tmp);
332 swaps(&pCI->ascent, tmp);
333 swaps(&pCI->descent, tmp);
334 swaps(&pCI->attributes, tmp);
360 xCharInfo* pCI;
392 pCI = NULL;
402 pCI = (xCharInfo *) pDesc->attach_addr;
410 pCI = (xCharInfo *) pDesc->attach_addr;
414 pCI = malloc(nCharInfos * sizeof(xCharInfo));
415 if (!pCI)
420 /* Fill nCharInfos starting at pCI. */
422 xCharInfo* prCI = pCI;
451 *(CARD32 *)(pCI + nCharInfos) = signature;
478 if (!pDesc) free(pCI);
500 xCharInfo* p = &pCI[NextIndex];
506 if (pCI[j].leftSideBearing == p->leftSideBearing
507 && pCI[j].rightSideBearing == p->rightSideBearing
508 && pCI[j].characterWidth == p->characterWidth
509 && pCI[j].ascent == p->ascent
510 && pCI[j].descent == p->descent
511 && pCI[j].attributes == p->attributes)
531 p = &pCI[j];
536 p = &pCI[NextIndex];
565 if (!pDesc) free(pCI);
629 *pci = pCI[pUniqIndex2Index[i]];
646 if (!pDesc) free(pCI);