Home | History | Annotate | Download | only in test

Lines Matching refs:r1

9     pixman_region32_t r1;
40 pixman_region32_init_rect (&r1, 0, 0, 20, 64000);
44 pixman_region32_subtract (&r1, &r2, &r3);
52 pixman_region32_init_rects (&r1, boxes, 3);
54 b = pixman_region32_rectangles (&r1, &i);
68 pixman_region32_init_rects (&r1, boxes2, 2);
70 b = pixman_region32_rectangles (&r1, &i);
80 pixman_region32_init_rects (&r1, boxes3, 2);
82 b = pixman_region32_rectangles (&r1, &i);
91 pixman_region32_init (&r1);
95 pixman_region32_union_rect (&r1, &r1,
103 pixman_region32_intersect (&r1, &r1, &r2);
108 pixman_image_set_clip_region32 (image, &r1);
117 assert (pixman_region32_equal (&r1, &r2));
118 pixman_region32_fini (&r1);