Home
last modified time | relevance | path

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

/third_party/weston/tests/
Dweston-test-client-helper.c1204 image_check_get_roi(pixman_image_t *img_a, pixman_image_t *img_b, in image_check_get_roi() argument
1213 width_a = pixman_image_get_width(img_a); in image_check_get_roi()
1214 height_a = pixman_image_get_height(img_a); in image_check_get_roi()
1331 check_images_match(pixman_image_t *img_a, pixman_image_t *img_b, in check_images_match() argument
1343 box = image_check_get_roi(img_a, img_b, clip_rect); in check_images_match()
1345 image_iter_init(&it_a, img_a); in check_images_match()
1412 visualize_image_difference(pixman_image_t *img_a, pixman_image_t *img_b, in visualize_image_difference() argument
1432 width = pixman_image_get_width(img_a); in visualize_image_difference()
1433 height = pixman_image_get_height(img_a); in visualize_image_difference()
1434 box = image_check_get_roi(img_a, img_b, clip_rect); in visualize_image_difference()
[all …]
Dweston-test-client-helper.h243 check_images_match(pixman_image_t *img_a, pixman_image_t *img_b,
248 visualize_image_difference(pixman_image_t *img_a, pixman_image_t *img_b,