Searched refs:region_operator (Results 1 - 2 of 2) sorted by path

/frameworks/native/include/private/ui/
H A DRegionHelper.h27 class region_operator class in namespace:android
38 * it when instantiating a region_operator.
63 friend class region_operator;
69 inline region_operator(int op, const region& lhs, const region& rhs) function in class:android::region_operator
160 friend class region_operator;
/frameworks/native/libs/ui/
H A 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
407 class Region::rasterizer : public region_operator<Rect>::region_rasterizer
503 if (cur->right > region_operator<Rect>::max_value) {
507 if (cur->bottom > region_operator<Rect>::max_value) {
575 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
576 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy);
577 region_operator<Rec
[all...]

Completed in 91 milliseconds