Searched refs:validateBoundsAreTight (Results 1 – 3 of 3) sorted by relevance
37 SkDEBUGCODE(this->validateBoundsAreTight()); in set()76 SkDEBUGCODE(this->validateBoundsAreTight()); in setOffset()82 SkDEBUGCODE(this->validateBoundsAreTight()); in outset()105 void validateBoundsAreTight() const;106 void validateBoundsAreTight(const std::function<void(
111 this->validateBoundsAreTight(); in clip()118 void GrOctoBounds::validateBoundsAreTight() const { in validateBoundsAreTight() function in GrOctoBounds119 this->validateBoundsAreTight([](bool cond, const char* file, int line, const char* code) { in validateBoundsAreTight()124 void GrOctoBounds::validateBoundsAreTight(const std::function<void( in validateBoundsAreTight() function in GrOctoBounds
29 octoBounds.validateBoundsAreTight([reporter]( in validate_octo_bounds()