Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DRegion.cpp55 op_nand = region_operator<Rect>::op_nand,
56 op_and = region_operator<Rect>::op_and,
57 op_or = region_operator<Rect>::op_or,
58 op_xor = region_operator<Rect>::op_xor
442 class Region::rasterizer : public region_operator<Rect>::region_rasterizer
560 if (cur->right > region_operator<Rect>::max_value) { in validate()
564 if (cur->bottom > region_operator<Rect>::max_value) { in validate()
634 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count); in boolean_operation()
635 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy); in boolean_operation()
636 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
162 friend class region_operator; variable