Searched refs:rhs_region (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/ui/ |
D | Region.cpp | 635 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy); in boolean_operation() local 636 region_operator<Rect> operation(op, lhs_region, rhs_region); in boolean_operation() 747 region_operator<Rect>::region rhs_region(&rhs, 1, dx, dy); in boolean_operation() local 748 region_operator<Rect> operation(op, lhs_region, rhs_region); in boolean_operation()
|