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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiglblt.c108 int nbyPadGlyph; /* server padded line of glyph */ local in function:miPolyGlyphBlt
160 nbyPadGlyph = BitmapBytePad(gWidth);
162 if (nbyGlyphWidth == nbyPadGlyph
172 for (i=0, pb = pbits; i<gHeight; i++, pb = pbits+(i*nbyPadGlyph))
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiglblt.c101 int nbyPadGlyph; /* server padded line of glyph */ local in function:miPolyGlyphBlt
148 nbyPadGlyph = BitmapBytePad(gWidth);
150 if (nbyGlyphWidth == nbyPadGlyph
159 i++, pb = pbits + (i * nbyPadGlyph))

Completed in 3 milliseconds