Lines Matching refs:pCI
1027 CharInfoPtr ci, pCI;
1060 pCI = NULL;
1070 pCI = NULL;
1073 pCI = malloc(sizeof(CharInfoRec) * numInfos);
1075 if (!pCI)
1081 fsfont->encoding = pCI;
1083 fsfont->inkMetrics = pCI + numExtents;
1085 fsfont->inkMetrics = pCI;
1119 pCI[i].bits = &_fs_glyph_zero_length;
1122 pCI[i].bits = &_fs_glyph_undefined;
1127 pCI[i].bits = (char *)0;
1190 fsfont->pDefault = &pCI[r * numCols + c];
1196 fsfont->pDefault = &pCI[c];