Searched refs:isValidImpl (Results 1 – 4 of 4) sorted by relevance
1679 bool isValid() const { return this->isValidImpl() && fPathRef->isValid(); } in isValid()1732 SkDEBUGCODE(void validate() const { SkASSERT(this->isValidImpl()); } )1733 bool isValidImpl() const;
1762 bool isValid() const { return this->isValidImpl() && fPathRef->isValid(); } in isValid()1816 SkDEBUGCODE(void validate() const { SkASSERT(this->isValidImpl()); } )1817 bool isValidImpl() const;
2012 bool SkPath::isValidImpl() const { in isValidImpl() function in SkPath
2256 bool SkPath::isValidImpl() const { in isValidImpl() function in SkPath