Searched refs:dispDeviceRowBytes (Results 1 – 4 of 4) sorted by relevance
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()268 base += (y + dispDeviceRect[1]) * dispDeviceRowBytes; in calc_base()289 dispDeviceRowBytes = pitch; in btext_update_display()315 base += (dispDeviceRowBytes >> 2); in btext_clearscreen()334 base += (dispDeviceRowBytes >> 2); in btext_flushscreen()353 base += (dispDeviceRowBytes >> 2); in btext_flushline()376 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()
199 tmp = bi->dispDeviceRowBytes; in bootx_add_display_props()204 tmp += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_add_display_props()492 ptr += bi->dispDeviceRect[1] * bi->dispDeviceRowBytes; in bootx_init()496 bi->dispDeviceDepth, bi->dispDeviceRowBytes, in bootx_init()
95 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */ member