Searched defs:cur_band (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-region.c632 #define COALESCE(new_reg, prev_band, cur_band) \
635 if (cur_band - prev_band == new_reg->data->numRects - cur_band) \
636 prev_band = pixman_coalesce (new_reg, prev_band, cur_band); \
638 prev_band = cur_band; \
770 int cur_band; /* Index of start of current local
854 * In the beginning, there is no previous band, so prev_band == cur_band
855 * (cur_band is set later on, of course, but the first band will always
856 * start at index 0). prev_band and cur_band must be indices because of
893 cur_band
1575 int cur_band; member in struct:__anon28848
[all...]

Completed in 118 milliseconds