Lines Matching refs:operation
167 return operation(rhs, op_or);
170 return operation(rhs, op_xor);
173 return operation(rhs, op_and);
176 return operation(rhs, op_nand);
178 const Region Region::operation(const Rect& rhs, int op) const {
187 return operation(rhs, op_or);
190 return operation(rhs, op_xor);
193 return operation(rhs, op_and);
196 return operation(rhs, op_nand);
198 const Region Region::operation(const Region& rhs, int op) const {
233 return operation(rhs, dx, dy, op_or);
236 return operation(rhs, dx, dy, op_xor);
239 return operation(rhs, dx, dy, op_and);
242 return operation(rhs, dx, dy, op_nand);
244 const Region Region::operation(const Region& rhs, int dx, int dy, int op) const {
426 region_operator<Rect> operation(op, lhs_region, rhs_region);
429 operation(r);
536 region_operator<Rect> operation(op, lhs_region, rhs_region);
539 operation(r);