Searched refs:img_b (Results 1 – 2 of 2) sorted by relevance
/third_party/weston/tests/ |
D | weston-test-client-helper.h | 243 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,
|
D | weston-test-client-helper.c | 1204 image_check_get_roi(pixman_image_t *img_a, pixman_image_t *img_b, in image_check_get_roi() argument 1216 width_b = pixman_image_get_width(img_b); in image_check_get_roi() 1217 height_b = pixman_image_get_height(img_b); 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() 1346 image_iter_init(&it_b, img_b); in check_images_match() 1412 visualize_image_difference(pixman_image_t *img_a, pixman_image_t *img_b, in visualize_image_difference() argument 1434 box = image_check_get_roi(img_a, img_b, clip_rect); in visualize_image_difference() 1451 image_iter_init(&it_b, img_b); in visualize_image_difference()
|