Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiglblt.c90 int nbyLine; /* bytes per line of padded pixmap */ in miPolyGlyphBlt() local
134 nbyLine = BitmapBytePad(width); in miPolyGlyphBlt()
135 pbits = xallocarray(height, nbyLine); in miPolyGlyphBlt()