Lines Matching refs:operation
331 return operation(rhs, op_or);
334 return operation(rhs, op_xor);
337 return operation(rhs, op_and);
340 return operation(rhs, op_nand);
342 const Region Region::operation(const Rect& rhs, int op) const {
351 return operation(rhs, op_or);
354 return operation(rhs, op_xor);
357 return operation(rhs, op_and);
360 return operation(rhs, op_nand);
362 const Region Region::operation(const Region& rhs, int op) const {
397 return operation(rhs, dx, dy, op_or);
400 return operation(rhs, dx, dy, op_xor);
403 return operation(rhs, dx, dy, op_and);
406 return operation(rhs, dx, dy, op_nand);
408 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const {
603 region_operator<Rect> operation(op, lhs_region, rhs_region);
606 operation(r);
715 region_operator<Rect> operation(op, lhs_region, rhs_region);
718 operation(r);