Searched refs:GlyphInfo (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaNonTEText.c277 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
[all...]
H A Dxaa.h1223 NonTEGlyphInfo GlyphInfo[255]; member in struct:_XAAInfoRec

Completed in 34 milliseconds