Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DRegion.cpp603 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy); in boolean_operation() local
604 region_operator<Rect> operation(op, lhs_region, rhs_region); in boolean_operation()
715 region_operator<Rect>::region rhs_region(&rhs, 1, dx, dy); in boolean_operation() local
716 region_operator<Rect> operation(op, lhs_region, rhs_region); in boolean_operation()