Searched refs:dispDeviceRowBytes (Results 1 – 4 of 4) sorted by relevance
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()[all …]
34 static int dispDeviceRowBytes __force_data;78 dispDeviceRowBytes = pitch; in btext_initialize()93 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()109 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()128 src += (dispDeviceRowBytes >> 2); in scrollscreen()129 dst += (dispDeviceRowBytes >> 2); in scrollscreen()136 dst += (dispDeviceRowBytes >> 2); in scrollscreen()198 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