Lines Matching refs:nglyph
118 unsigned int nglyph, CharInfoPtr * ppci,
1368 unsigned int nglyph = nglyphInit; in RootlessImageGlyphBlt() local
1377 box.x2 = ppci[nglyph - 1]->metrics.rightSideBearing - in RootlessImageGlyphBlt()
1378 ppci[nglyph - 1]->metrics.characterWidth; in RootlessImageGlyphBlt()
1385 while (nglyph--) { in RootlessImageGlyphBlt()
1421 int x, int y, unsigned int nglyph, in RootlessPolyGlyphBlt() argument
1428 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in RootlessPolyGlyphBlt()
1430 if (nglyph > 0) { in RootlessPolyGlyphBlt()
1435 box.x2 = dst->x + x + ppci[nglyph - 1]->metrics.rightSideBearing; in RootlessPolyGlyphBlt()
1437 if (nglyph > 1) { in RootlessPolyGlyphBlt()
1440 while (--nglyph) { in RootlessPolyGlyphBlt()