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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiglblt.c107 int nbyGlyphWidth; /* bytes per scanline of glyph */ local in function:miPolyGlyphBlt
159 nbyGlyphWidth = GLYPHWIDTHBYTESPADDED(pci);
162 if (nbyGlyphWidth == nbyPadGlyph
173 for (j = 0; j < nbyGlyphWidth; j++)
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiglblt.c100 int nbyGlyphWidth; /* bytes per scanline of glyph */ local in function:miPolyGlyphBlt
147 nbyGlyphWidth = GLYPHWIDTHBYTESPADDED(pci);
150 if (nbyGlyphWidth == nbyPadGlyph
160 for (j = 0; j < nbyGlyphWidth; j++)

Completed in 3 milliseconds