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

/frameworks/native/libs/ui/
H A DRegion.cpp597 Rect const * const lhs_rects = lhs.getArray(&lhs_count); local
602 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
623 lhs_rects[i].left + dx,
624 lhs_rects[i].top + dy,
625 lhs_rects[i].right + dx,
626 lhs_rects[i].bottom + dy,
712 Rect const * const lhs_rects = lhs.getArray(&lhs_count); local
714 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);

Completed in 31 milliseconds