Lines Matching refs:ppci
118 unsigned int nglyph, CharInfoPtr * ppci,
1369 CharInfoPtr *ppci = ppciInit; in RootlessImageGlyphBlt() local
1374 box.x1 = ppci[0]->metrics.leftSideBearing; in RootlessImageGlyphBlt()
1377 box.x2 = ppci[nglyph - 1]->metrics.rightSideBearing - in RootlessImageGlyphBlt()
1378 ppci[nglyph - 1]->metrics.characterWidth; in RootlessImageGlyphBlt()
1386 width += (*ppci)->metrics.characterWidth; in RootlessImageGlyphBlt()
1387 ppci++; in RootlessImageGlyphBlt()
1422 CharInfoPtr * ppci, void *pglyphBase) in RootlessPolyGlyphBlt() argument
1428 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase); in RootlessPolyGlyphBlt()
1434 box.x1 = dst->x + x + ppci[0]->metrics.leftSideBearing; in RootlessPolyGlyphBlt()
1435 box.x2 = dst->x + x + ppci[nglyph - 1]->metrics.rightSideBearing; in RootlessPolyGlyphBlt()
1441 width += (*ppci)->metrics.characterWidth; in RootlessPolyGlyphBlt()
1442 ppci++; in RootlessPolyGlyphBlt()