Searched defs:boxes16 (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-utils.c225 pixman_box16_t *boxes16; local
230 boxes16 = pixman_malloc_ab (n_boxes, sizeof (pixman_box16_t));
232 if (!boxes16)
237 boxes16[i].x1 = boxes32[i].x1;
238 boxes16[i].y1 = boxes32[i].y1;
239 boxes16[i].x2 = boxes32[i].x2;
240 boxes16[i].y2 = boxes32[i].y2;
244 retval = pixman_region_init_rects (dst, boxes16, n_boxes);
245 free (boxes16);
254 pixman_box16_t *boxes16; local
[all...]

Completed in 88 milliseconds