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

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-utils.c243 int n_boxes, i; local in function:pixman_region16_copy_from_region32
248 boxes32 = pixman_region32_rectangles (src, &n_boxes);
250 boxes16 = pixman_malloc_ab (n_boxes, sizeof (pixman_box16_t));
255 for (i = 0; i < n_boxes; ++i)
264 retval = pixman_region_init_rects (dst, boxes16, n_boxes);
273 int n_boxes, i; local in function:pixman_region32_copy_from_region16
279 boxes16 = pixman_region_rectangles (src, &n_boxes);
281 if (n_boxes > N_TMP_BOXES)
282 boxes32 = pixman_malloc_ab (n_boxes, sizeof (pixman_box32_t));
289 for (i = 0; i < n_boxes;
310 int n_boxes, i; local in function:pixman_region32_copy_from_region64f
[all...]
H A Dpixman.c911 int n_boxes,
948 if (!pixman_region32_init_rects (&fill_region, boxes, n_boxes))
977 for (i = 0; i < n_boxes; ++i)
908 pixman_image_fill_boxes(pixman_op_t op,pixman_image_t * dest,const pixman_color_t * color,int n_boxes,const pixman_box32_t * boxes) argument
H A Dpixman.h1321 int n_boxes,
/xsrc/external/mit/pixman/dist/test/
H A Dregion-contains-test.c8 int n_boxes; local in function:make_random_region
12 n_boxes = prng_rand_n (64);
13 while (n_boxes--)
37 int n_boxes; local in function:random_coord
42 bb = pixman_region32_rectangles (region, &n_boxes);
43 if (n_boxes == 0)
45 b = bb + prng_rand_n (n_boxes);
51 n_boxes = 1;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.c162 int n_boxes; local in function:qxl_surface_prepare_access
179 n_boxes = REGION_NUM_RECTS (region);
182 if (n_boxes < 25)
184 while (n_boxes--)
335 int n_boxes; local in function:qxl_surface_upload_primary_regions
338 n_boxes = RegionNumRects(r);
341 while (n_boxes--)
354 int n_boxes; local in function:qxl_surface_finish_access
357 n_boxes = REGION_NUM_RECTS (&surface->access_region);
362 if (n_boxes < 2
[all...]

Completed in 11 milliseconds