Searched refs:box_type_t (Results 1 - 3 of 3) sorted by relevance

/external/pixman/pixman/
H A Dpixman-region32.c33 typedef pixman_box32_t box_type_t; typedef
H A Dpixman-region16.c35 typedef pixman_box16_t box_type_t; typedef
H A Dpixman-region.c78 ((reg)->data ? (box_type_t *)((reg)->data + 1) \
80 #define PIXREGION_BOXPTR(reg) ((box_type_t *)((reg)->data + 1))
103 static const box_type_t PREFIX (_empty_box_) = { 0, 0, 0, 0 };
111 static box_type_t *pixman_region_empty_box =
112 (box_type_t *)&PREFIX (_empty_box_);
194 size_t size = n * sizeof(box_type_t);
196 if (n > UINT32_MAX / sizeof(box_type_t))
298 box_type_t *rects1;
299 box_type_t *rects2;
342 box_type_t * rect
[all...]

Completed in 67 milliseconds