Searched refs:region_operator (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | Region.cpp | 44 op_nand = region_operator<Rect>::op_nand, 45 op_and = region_operator<Rect>::op_and, 46 op_or = region_operator<Rect>::op_or, 47 op_xor = region_operator<Rect>::op_xor 390 class Region::rasterizer : public region_operator<Rect>::region_rasterizer 486 if (cur->right > region_operator<Rect>::max_value) { in validate() 490 if (cur->bottom > region_operator<Rect>::max_value) { in validate() 558 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count); in boolean_operation() 559 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy); in boolean_operation() 560 region_operator<Rect> operation(op, lhs_region, rhs_region); in boolean_operation() [all …]
|
/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 27 class region_operator 63 friend class region_operator; variable 69 inline region_operator(int op, const region& lhs, const region& rhs) in region_operator() function 160 friend class region_operator; variable
|