Lines Matching refs:validate
78 validate(rhs, "rhs copy-ctor"); in Region()
214 validate(outputRegion, "T-Junction free region"); in createTJunctionFreeRegion()
223 validate(*this, "this->operator="); in operator =()
224 validate(rhs, "rhs.operator="); in operator =()
538 bool Region::validate(const Region& reg, const char* name, bool silent) in validate() function in android::Region
623 validate(lhs, "boolean_operation (before): lhs"); in boolean_operation()
624 validate(rhs, "boolean_operation (before): rhs"); in boolean_operation()
625 validate(dst, "boolean_operation (before): dst"); in boolean_operation()
643 validate(lhs, "boolean_operation: lhs"); in boolean_operation()
644 validate(rhs, "boolean_operation: rhs"); in boolean_operation()
645 validate(dst, "boolean_operation: dst"); in boolean_operation()
773 validate(reg, "translate (before)"); in translate()
783 validate(reg, "translate (after)"); in translate()
802 validate(*this, "Region::flatten"); in flatten()
849 validate(result, "Region::unflatten"); in unflatten()
852 if (!result.validate(result, "Region::unflatten", true)) { in unflatten()