Lines Matching refs:pInk
50 FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo *pInk)
71 pInk->characterWidth = pCI->metrics.characterWidth;
72 pInk->attributes = pCI->metrics.attributes;
93 pInk->leftSideBearing = leftBearing;
94 pInk->rightSideBearing = leftBearing;
95 pInk->ascent = 0;
96 pInk->descent = 0;
99 pInk->ascent = vpos - descent + 1;
112 pInk->descent = vpos - ascent + 1;
131 pInk->leftSideBearing = leftBearing + (hpos << 3) + bmax - bpos - 1;
149 pInk->rightSideBearing = leftBearing + (hpos << 3) + bpos + 1;