Lines Matching refs:GlyphInfo
277 NonTEGlyphPtr glyphs = infoRec->GlyphInfo;
280 Left = xInit + infoRec->GlyphInfo[0].start;
281 Right = xInit + infoRec->GlyphInfo[nglyph - 1].end;
303 skippix = glyphs->start - infoRec->GlyphInfo[0].start;
375 width = CollectCharacterInfo(infoRec->GlyphInfo, nglyph, ppci, font);
423 Left = xInit + infoRec->GlyphInfo[0].start;
424 Right = xInit + infoRec->GlyphInfo[nglyph - 1].end;
444 while(skippix >= infoRec->GlyphInfo[skipglyph].end)
449 while((i < nglyph) && (skippix > infoRec->GlyphInfo[i].start)) {
454 xInit, yInit, n, infoRec->GlyphInfo + skipglyph,
483 width = CollectCharacterInfo(infoRec->GlyphInfo, nglyph, ppci, font);
500 Left = xInit + infoRec->GlyphInfo[0].start;
501 Right = xInit + infoRec->GlyphInfo[nglyph - 1].end;
519 while(skippix >= infoRec->GlyphInfo[skipglyph].end)
524 while((i < nglyph) && (skippix > infoRec->GlyphInfo[i].start)) {
529 xInit, yInit, n, infoRec->GlyphInfo + skipglyph,