Lines Matching refs:dispDeviceRowBytes
35 static int dispDeviceRowBytes __force_data;
128 dispDeviceRowBytes = pitch; in btext_setup_display()
163 size = dispDeviceRowBytes * dispDeviceRect[3] + offset in btext_map()
221 dispDeviceRowBytes = pitch; in btext_initialize()
275 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
296 dispDeviceRowBytes = pitch; in btext_update_display()
322 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
341 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()
360 base += (dispDeviceRowBytes >> 2); in btext_flushline()
383 src += (dispDeviceRowBytes >> 2); in scrollscreen()
384 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
391 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
484 int rb = dispDeviceRowBytes; in draw_byte()