Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DRegion.cpp45 op_nand = region_operator<Rect>::op_nand,
46 op_and = region_operator<Rect>::op_and,
47 op_or = region_operator<Rect>::op_or,
48 op_xor = region_operator<Rect>::op_xor
418 class Region::rasterizer : public region_operator<Rect>::region_rasterizer
530 if (cur->right > region_operator<Rect>::max_value) { in validate()
534 if (cur->bottom > region_operator<Rect>::max_value) { in validate()
602 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count); in boolean_operation()
603 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy); in boolean_operation()
604 region_operator<Rect> operation(op, lhs_region, rhs_region); in boolean_operation()
[all …]
/frameworks/native/include/private/ui/
DRegionHelper.h30 class region_operator
66 friend class region_operator; variable
72 inline region_operator(uint32_t op, const region& lhs, const region& rhs) in region_operator() function
163 friend class region_operator; variable