Lines Matching refs:operation
303 return operation(rhs, op_or);
306 return operation(rhs, op_xor);
309 return operation(rhs, op_and);
312 return operation(rhs, op_nand);
314 const Region Region::operation(const Rect& rhs, int op) const {
323 return operation(rhs, op_or);
326 return operation(rhs, op_xor);
329 return operation(rhs, op_and);
332 return operation(rhs, op_nand);
334 const Region Region::operation(const Region& rhs, int op) const {
369 return operation(rhs, dx, dy, op_or);
372 return operation(rhs, dx, dy, op_xor);
375 return operation(rhs, dx, dy, op_and);
378 return operation(rhs, dx, dy, op_nand);
380 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const {
560 region_operator<Rect> operation(op, lhs_region, rhs_region);
563 operation(r);
670 region_operator<Rect> operation(op, lhs_region, rhs_region);
673 operation(r);