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
237 class Region::rasterizer : public region_operator<Rect>::region_rasterizer
375 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
376 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy);
377 region_operator<Rect> operation(op, lhs_region, rhs_region);
478 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
479 region_operator<Rect>::region rhs_region(&rhs, 1, dx, dy);
480 region_operator<Rect> operation(op, lhs_region, rhs_region);