Searched refs:dispDeviceRowBytes (Results 1 – 4 of 4) sorted by relevance
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()[all …]
35 static int dispDeviceRowBytes __force_data;75 dispDeviceRowBytes = pitch; in btext_initialize()90 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()106 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()125 src += (dispDeviceRowBytes >> 2); in scrollscreen()126 dst += (dispDeviceRowBytes >> 2); in scrollscreen()133 dst += (dispDeviceRowBytes >> 2); in scrollscreen()196 int rb = dispDeviceRowBytes; in draw_byte()
200 tmp = bi->dispDeviceRowBytes; in bootx_add_display_props()205 tmp += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_add_display_props()493 ptr += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_init()497 bi->dispDeviceDepth, bi->dispDeviceRowBytes, in bootx_init()
95 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */ member