Lines Matching refs:pinfo
95 FontInfoPtr pinfo = &pfont->info;
98 int firstCol = pinfo->firstCol;
99 int firstRow = pinfo->firstRow;
100 int lastRow = pinfo->lastRow;
101 int lastCol = pinfo->lastCol;
116 nchars = n2dChars(pinfo);
149 defaultCh = pinfo->defaultCh;
350 FontInfoPtr pinfo = &pfont->info;
373 pinfo->inkMetrics &&
396 max_ascent = FONT_MAX_ASCENT(pinfo);
397 max_descent = FONT_MAX_DESCENT(pinfo);
400 if (height != pinfo->minbounds.ascent + pinfo->minbounds.descent)
404 min_left = FONT_MIN_LEFT(pinfo);
405 max_right = FONT_MAX_RIGHT(pinfo);
406 if (min_left != pinfo->maxbounds.leftSideBearing)
408 if (max_right != pinfo->maxbounds.rightSideBearing)