Home | History | Annotate | Download | only in ui

Lines Matching refs:operationSelf

286     return operationSelf(r, op_or);
289 return operationSelf(r, op_xor);
292 return operationSelf(r, op_and);
295 return operationSelf(r, op_nand);
297 Region& Region::operationSelf(const Rect& r, int op) {
306 return operationSelf(rhs, op_or);
309 return operationSelf(rhs, op_xor);
312 return operationSelf(rhs, op_and);
315 return operationSelf(rhs, op_nand);
317 Region& Region::operationSelf(const Region& rhs, int op) {
377 return operationSelf(rhs, dx, dy, op_or);
380 return operationSelf(rhs, dx, dy, op_xor);
383 return operationSelf(rhs, dx, dy, op_and);
386 return operationSelf(rhs, dx, dy, op_nand);
388 Region& Region::operationSelf(const Region& rhs, int dx, int dy, int op) {