Home | History | Annotate | Download | only in ui

Lines Matching full:boolean_operation

271     boolean_operation(op, *this, lhs, r);
291 boolean_operation(op, *this, lhs, rhs);
316 boolean_operation(op, result, *this, rhs);
336 boolean_operation(op, result, *this, rhs);
362 boolean_operation(op, *this, lhs, rhs, dx, dy);
382 boolean_operation(op, result, *this, rhs, dx, dy);
542 void Region::boolean_operation(int op, Region& dst,
547 validate(lhs, "boolean_operation (before): lhs");
548 validate(rhs, "boolean_operation (before): rhs");
549 validate(dst, "boolean_operation (before): dst");
567 validate(lhs, "boolean_operation: lhs");
568 validate(rhs, "boolean_operation: rhs");
569 validate(dst, "boolean_operation: dst");
652 void Region::boolean_operation(int op, Region& dst,
657 ALOGE("Region::boolean_operation(op=%d) invalid Rect={%d,%d,%d,%d}",
663 boolean_operation(op, dst, lhs, Region(rhs), dx, dy);
679 void Region::boolean_operation(int op, Region& dst,
682 boolean_operation(op, dst, lhs, rhs, 0, 0);
685 void Region::boolean_operation(int op, Region& dst,
688 boolean_operation(op, dst, lhs, rhs, 0, 0);