Lines Matching refs:dispDeviceRowBytes
36 static int dispDeviceRowBytes __force_data;
129 dispDeviceRowBytes = pitch; in btext_setup_display()
164 size = dispDeviceRowBytes * dispDeviceRect[3] + offset in btext_map()
222 dispDeviceRowBytes = pitch; in btext_initialize()
276 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
297 dispDeviceRowBytes = pitch; in btext_update_display()
323 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
342 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()
361 base += (dispDeviceRowBytes >> 2); in btext_flushline()
384 src += (dispDeviceRowBytes >> 2); in scrollscreen()
385 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
392 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
485 int rb = dispDeviceRowBytes; in draw_byte()