Searched refs:n_rects (Results 1 - 5 of 5) sorted by relevance

/external/pixman/test/
H A Dregion-contains-test.c125 int n_rects; local
128 boxes = pixman_region32_rectangles (&region, &n_rects);
131 while (n_rects--)
H A Dstress-test.c443 int i, n_rects; local
450 n_rects = 0;
454 n_rects = 1;
458 n_rects = 2;
462 n_rects = 3;
466 n_rects = prng_rand_n (100);
470 for (i = 0; i < n_rects; ++i)
/external/pixman/pixman/
H A Dpixman.c841 int n_rects,
849 if (n_rects > 6)
851 boxes = pixman_malloc_ab (sizeof (pixman_box32_t), n_rects);
860 for (i = 0; i < n_rects; ++i)
868 result = pixman_image_fill_boxes (op, dest, color, n_rects, boxes);
914 int n_rects, j; local
928 rects = pixman_region32_rectangles (&fill_region, &n_rects);
929 for (j = 0; j < n_rects; ++j)
838 pixman_image_fill_rectangles(pixman_op_t op, pixman_image_t * dest, const pixman_color_t * color, int n_rects, const pixman_rectangle16_t *rects) argument
H A Dpixman.h487 int *n_rects);
582 int *n_rects);
864 int n_rects,
H A Dpixman-region.c427 int *n_rects)
429 if (n_rects)
430 *n_rects = PIXREGION_NUMRECTS (region);
426 _rectangles(region_type_t *region, int *n_rects) argument

Completed in 121 milliseconds