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