Lines Matching refs:region_operator
45 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
529 if (cur->right > region_operator<Rect>::max_value) {
533 if (cur->bottom > region_operator<Rect>::max_value) {
601 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
602 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy);
603 region_operator<Rect> operation(op, lhs_region, rhs_region);
713 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
714 region_operator<Rect>::region rhs_region(&rhs, 1, dx, dy);
715 region_operator<Rect> operation(op, lhs_region, rhs_region);