Home
last modified time | relevance | path

Searched refs:img_h (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c190 unsigned int count, img_w, img_h; in g2d_solid_fill_test() local
203 img_h = screen_height; in g2d_solid_fill_test()
209 y = rand() % (img_h / 2); in g2d_solid_fill_test()
211 h = rand() % (img_h - y); in g2d_solid_fill_test()
214 img.height = img_h; in g2d_solid_fill_test()
240 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_copy_test() local
255 img_h = screen_height; in g2d_copy_test()
262 size = img_w * img_h * 4; in g2d_copy_test()
283 src_img.height = img_h; in g2d_copy_test()
288 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_copy_test()
[all …]
/external/autotest/client/cros/graphics/
Dgraphics_utils.py457 img_w, img_h, upperx, uppery = box
459 '%dx%d+%d+%d' % (img_w, img_h, upperx, uppery))