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

/external/pixman/pixman/
H A Dpixman-region.c80 #define PIXREGION_BOXPTR(reg) ((box_type_t *)((reg)->data + 1)) macro
81 #define PIXREGION_BOX(reg, i) (&PIXREGION_BOXPTR (reg)[i])
461 *PIXREGION_BOXPTR (region) = region->extents;
539 memmove ((char *)PIXREGION_BOXPTR (dst), (char *)PIXREGION_BOXPTR (src),
1014 new_reg->extents = *PIXREGION_BOXPTR (new_reg);
1061 box = PIXREGION_BOXPTR (region);
1626 quick_sort_rects (PIXREGION_BOXPTR (badreg), numRects);
1638 box = PIXREGION_BOXPTR (&ri[0].reg);
2150 for (pbox = PIXREGION_BOXPTR (regio
[all...]

Completed in 68 milliseconds