Lines Matching refs:pInk
50 FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo * pInk)
66 pInk->characterWidth = pCI->metrics.characterWidth;
67 pInk->attributes = pCI->metrics.attributes;
88 pInk->leftSideBearing = leftBearing;
89 pInk->rightSideBearing = leftBearing;
90 pInk->ascent = 0;
91 pInk->descent = 0;
94 pInk->ascent = vpos - descent + 1;
107 pInk->descent = vpos - ascent + 1;
126 pInk->leftSideBearing = leftBearing + (hpos << 3) + bmax - bpos - 1;
144 pInk->rightSideBearing = leftBearing + (hpos << 3) + bpos + 1;