HomeSort by relevance Sort by last modified time
    Searched full:boxes32 (Results 1 - 1 of 1) sorted by null

  /external/pixman/pixman/
pixman-utils.c 224 pixman_box32_t *boxes32; local
228 boxes32 = pixman_region32_rectangles (src, &n_boxes);
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;
255 pixman_box32_t *boxes32; local
262 boxes32 = pixman_malloc_ab (n_boxes, sizeof (pixman_box32_t));
264 boxes32 = tmp_boxes;
266 if (!boxes32)
    [all...]

Completed in 140 milliseconds