Searched refs:img_w (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 190 unsigned int count, img_w, img_h; in g2d_solid_fill_test() local 202 img_w = screen_width; in g2d_solid_fill_test() 208 x = rand() % (img_w / 2); in g2d_solid_fill_test() 210 w = rand() % (img_w - x); in g2d_solid_fill_test() 213 img.width = img_w; 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 254 img_w = screen_width; in g2d_copy_test() 262 size = img_w * img_h * 4; in g2d_copy_test() 282 src_img.width = img_w; 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/ |
D | graphics_utils.py | 374 img_w, img_h, upperx, uppery = box 376 '%dx%d+%d+%d' % (img_w, img_h, upperx, uppery))
|