Lines Matching refs:dispDeviceRowBytes
37 static int dispDeviceRowBytes __force_data;
116 dispDeviceRowBytes = pitch; in btext_setup_display()
151 size = dispDeviceRowBytes * dispDeviceRect[3] + offset in btext_map()
209 dispDeviceRowBytes = pitch; in btext_initialize()
257 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
278 dispDeviceRowBytes = pitch; in btext_update_display()
304 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
323 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()
342 base += (dispDeviceRowBytes >> 2); in btext_flushline()
365 src += (dispDeviceRowBytes >> 2); in scrollscreen()
366 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
373 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
467 int rb = dispDeviceRowBytes; in draw_byte()