Lines Matching refs:dispDeviceRowBytes
36 static int dispDeviceRowBytes __force_data;
119 dispDeviceRowBytes = pitch; in btext_setup_display()
154 size = dispDeviceRowBytes * dispDeviceRect[3] + offset in btext_map()
212 dispDeviceRowBytes = pitch; in btext_initialize()
260 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()
281 dispDeviceRowBytes = pitch; in btext_update_display()
307 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()
326 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()
345 base += (dispDeviceRowBytes >> 2); in btext_flushline()
368 src += (dispDeviceRowBytes >> 2); in scrollscreen()
369 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
376 dst += (dispDeviceRowBytes >> 2); in scrollscreen()
469 int rb = dispDeviceRowBytes; in draw_byte()