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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiglblt.c97 int nbyLine; /* bytes per line of padded pixmap */ local in function:miPolyGlyphBlt
143 nbyLine = BitmapBytePad(width);
144 pbits = malloc(height*nbyLine);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiglblt.c90 int nbyLine; /* bytes per line of padded pixmap */ local in function:miPolyGlyphBlt
134 nbyLine = BitmapBytePad(width);
135 pbits = xallocarray(height, nbyLine);

Completed in 2 milliseconds