Home
last modified time | relevance | path

Searched refs:rhs_rects (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/ui/
DRegion.cpp660 Rect const * const rhs_rects = rhs.getArray(&rhs_count); in boolean_operation() local
663 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy); in boolean_operation()
691 rhs_rects[i].left + dx, in boolean_operation()
692 rhs_rects[i].top + dy, in boolean_operation()
693 rhs_rects[i].right + dx, in boolean_operation()
694 rhs_rects[i].bottom + dy, in boolean_operation()