Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dcompositor.c744 pixman_box32_t *src_rects, *dest_rects; in weston_matrix_transform_region() local
747 src_rects = pixman_region32_rectangles(src, &nrects); in weston_matrix_transform_region()
754 src_rects[i].x1, src_rects[i].y1, 0, 1 in weston_matrix_transform_region()
761 src_rects[i].x2, src_rects[i].y2, 0, 1 in weston_matrix_transform_region()
813 pixman_box32_t *src_rects, *dest_rects; in weston_transformed_region() local
822 src_rects = pixman_region32_rectangles(src, &nrects); in weston_transformed_region()
828 memcpy(dest_rects, src_rects, nrects * sizeof(*dest_rects)); in weston_transformed_region()
834 dest_rects[i].x1 = src_rects[i].x1; in weston_transformed_region()
835 dest_rects[i].y1 = src_rects[i].y1; in weston_transformed_region()
836 dest_rects[i].x2 = src_rects[i].x2; in weston_transformed_region()
[all …]