Home | History | Annotate | Download | only in ui

Lines Matching refs:region_operator

43     op_nand = region_operator<Rect>::op_nand,
44 op_and = region_operator<Rect>::op_and,
45 op_or = region_operator<Rect>::op_or,
46 op_xor = region_operator<Rect>::op_xor
259 class Region::rasterizer : public region_operator<Rect>::region_rasterizer
403 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
404 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy);
405 region_operator<Rect> operation(op, lhs_region, rhs_region);
513 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
514 region_operator<Rect>::region rhs_region(&rhs, 1, dx, dy);
515 region_operator<Rect> operation(op, lhs_region, rhs_region);