Lines Matching refs:pCI
1029 CharInfoPtr ci, pCI;
1062 pCI = NULL;
1072 pCI = NULL;
1075 pCI = mallocarray(numInfos, sizeof(CharInfoRec));
1077 if (!pCI)
1083 fsfont->encoding = pCI;
1085 fsfont->inkMetrics = pCI + numExtents;
1087 fsfont->inkMetrics = pCI;
1121 pCI[i].bits = &_fs_glyph_zero_length;
1124 pCI[i].bits = &_fs_glyph_undefined;
1129 pCI[i].bits = (char *)0;
1192 fsfont->pDefault = &pCI[r * numCols + c];
1198 fsfont->pDefault = &pCI[c];