Home
last modified time | relevance | path

Searched refs:width (Results 1 – 4 of 4) sorted by relevance

/test/dm/
A Dosd.c30 static void print_mem(u8 *mem, uint width, uint height) in print_mem() argument
39 for (i = 0; i < width * height; i++) { in print_mem()
41 if (i > 0 && ((i + 1) % width) == 0) in print_mem()
47 for (i = 0; i < width * height; i++) { in print_mem()
49 if (i > 0 && ((i + 1) % width) == 0) in print_mem()
66 ut_asserteq(10, info.width); in dm_test_osd_basics()
150 ut_asserteq(20, info.width); in dm_test_osd_extended()
A Dregmap.c238 cfg.width = REGMAP_SIZE_16; in remaptest_probe()
246 cfg.width = REGMAP_SIZE_16; in remaptest_probe()
/test/py/
A Dmultiplexed_log.css30 border-width: 0px 0px 0px 5px;
/test/boot/
A Dupl.c149 upl->graphics.width = 1280; in upl_get_test_data()
151 upl->graphics.stride = upl->graphics.width * 4; in upl_get_test_data()
278 ut_asserteq(base->width, cmp->width); in compare_upl_graphics()

Completed in 11 milliseconds