Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmibitblt.c266 int i, j, k, width, bitsPerPixel, widthInBytes; in miGetPlane() local
290 widthInBytes = BitmapBytePad(w); in miGetPlane()
292 result = calloc(h, widthInBytes); in miGetPlane()
302 delta = (widthInBytes / (BITMAP_SCANLINE_UNIT / 8)) - in miGetPlane()
315 pCharsOut += widthInBytes; in miGetPlane()