Home
last modified time | relevance | path

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

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