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

/external/pixman/pixman/
H A Dpixman-region.c2120 box_type_t * pbox_end; local
2150 for (pbox = PIXREGION_BOXPTR (region), pbox_end = pbox + numRects;
2151 pbox != pbox_end;
2157 if ((pbox = find_box_for_y (pbox, pbox_end, y)) == pbox_end)
2350 box_type_t *pbox, *pbox_end; local
2368 pbox_end = pbox + numRects;
2370 pbox = find_box_for_y (pbox, pbox_end, y);
2372 for (;pbox != pbox_end; pbox++)

Completed in 3258 milliseconds