Lines Matching refs:validate
73 SkDEBUGCODE(fPathRef->validate();)
190 SkDEBUGCODE(this->validate();) in ~SkPathRef()
202 int countPoints() const { SkDEBUGCODE(this->validate();) return fPointCnt; } in countPoints()
203 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } in countVerbs()
204 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); } in countWeights()
209 const uint8_t* verbs() const { SkDEBUGCODE(this->validate();) return fVerbs; } in verbs()
219 const SkPoint* points() const { SkDEBUGCODE(this->validate();) return fPoints; } in points()
226 …const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin()… in conicWeights()
227 …const SkScalar* conicWeightsEnd() const { SkDEBUGCODE(this->validate();) return fConicWeights.end(… in conicWeightsEnd()
278 SkDEBUGCODE(this->validate();) in SkPathRef()
296 SkDEBUGCODE(this->validate();) in computeBounds()
312 SkDEBUGCODE(this->validate();) in incReserve()
315 SkDEBUGCODE(this->validate();) in incReserve()
322 SkDEBUGCODE(this->validate();)
352 SkDEBUGCODE(this->validate();)
375 SkDEBUGCODE(this->validate();) in makeSpace()
402 SkDEBUGCODE(this->validate();) in makeSpace()
409 SkDEBUGCODE(this->validate();) in verbsMemWritable()
420 SkDEBUGCODE(void validate() const;)
430 SkDEBUGCODE(this->validate();) in getPoints()