HomeSort by relevance Sort by last modified time
    Searched defs:n_rects (Results 1 - 3 of 3) sorted by null

  /external/pixman/test/
region-contains-test.c 125 int n_rects; local
128 boxes = pixman_region32_rectangles (&region, &n_rects);
131 while (n_rects--)
stress-test.c 443 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/
pixman.c 841 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)
    [all...]

Completed in 147 milliseconds