Lines Matching refs:pInk
51 FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo *pInk)
72 pInk->characterWidth = pCI->metrics.characterWidth;
73 pInk->attributes = pCI->metrics.attributes;
94 pInk->leftSideBearing = leftBearing;
95 pInk->rightSideBearing = leftBearing;
96 pInk->ascent = 0;
97 pInk->descent = 0;
100 pInk->ascent = vpos - descent + 1;
113 pInk->descent = vpos - ascent + 1;
132 pInk->leftSideBearing = leftBearing + (hpos << 3) + bmax - bpos - 1;
150 pInk->rightSideBearing = leftBearing + (hpos << 3) + bpos + 1;