Lines Matching refs:region_operator
55 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()
746 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count); in boolean_operation()
747 region_operator<Rect>::region rhs_region(&rhs, 1, dx, dy); in boolean_operation()
748 region_operator<Rect> operation(op, lhs_region, rhs_region); in boolean_operation()