Searched refs:widthInBytes (Results 1 – 1 of 1) sorted by relevance
266 int i, j, k, width, bitsPerPixel, widthInBytes; in miGetPlane() local290 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()