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

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

Completed in 61 milliseconds