Searched refs:boxes16 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/pixman/dist/pixman/ | ||
| H A D | pixman-utils.c | 245 pixman_box16_t *boxes16; local in function:pixman_region16_copy_from_region32 250 boxes16 = pixman_malloc_ab (n_boxes, sizeof (pixman_box16_t)); 252 if (!boxes16) 257 boxes16[i].x1 = boxes32[i].x1; 258 boxes16[i].y1 = boxes32[i].y1; 259 boxes16[i].x2 = boxes32[i].x2; 260 boxes16[i].y2 = boxes32[i].y2; 264 retval = pixman_region_init_rects (dst, boxes16, n_boxes); 265 free (boxes16); 274 pixman_box16_t *boxes16; local in function:pixman_region32_copy_from_region16 [all...] |
Completed in 2 milliseconds