HomeSort by relevance Sort by last modified time
    Searched refs:box_type_t (Results 1 - 3 of 3) sorted by null

  /external/pixman/pixman/
pixman-region32.c 33 typedef pixman_box32_t box_type_t; typedef
pixman-region16.c 35 typedef pixman_box16_t box_type_t; typedef
pixman-region.c 78 ((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 * rects
    [all...]

Completed in 526 milliseconds