Searched refs:dispDeviceRowBytes (Results 1 – 4 of 4) sorted by relevance
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()[all …]
33 static int dispDeviceRowBytes __force_data;77 dispDeviceRowBytes = pitch; in btext_initialize()92 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()108 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()127 src += (dispDeviceRowBytes >> 2); in scrollscreen()128 dst += (dispDeviceRowBytes >> 2); in scrollscreen()135 dst += (dispDeviceRowBytes >> 2); in scrollscreen()197 int rb = dispDeviceRowBytes; in draw_byte()
202 tmp = bi->dispDeviceRowBytes; in bootx_add_display_props()207 tmp += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_add_display_props()495 ptr += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_init()499 bi->dispDeviceDepth, bi->dispDeviceRowBytes, in bootx_init()
94 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */ member