Lines Matching refs:SkDEBUGCODE

47         ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }  in ~Editor()
73 SkDEBUGCODE(fPathRef->validate();)
247 int countPoints() const { SkDEBUGCODE(this->validate();) return fPointCnt; } in countPoints()
248 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } in countVerbs()
249 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); } in countWeights()
254 const uint8_t* verbs() const { SkDEBUGCODE(this->validate();) return fVerbs; } in verbs()
264 const SkPoint* points() const { SkDEBUGCODE(this->validate();) return fPoints; } in points()
271 …const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin()… in conicWeights()
272 …const SkScalar* conicWeightsEnd() const { SkDEBUGCODE(this->validate();) return fConicWeights.end(… in conicWeightsEnd()
314 SkDEBUGCODE(void validate() const;)
340 SkDEBUGCODE(fEditorsAttached = 0;) in SkPathRef()
341 SkDEBUGCODE(this->validate();) in SkPathRef()
353 SkDEBUGCODE(this->validate();) in computeBounds()
371 SkDEBUGCODE(this->validate();) in incReserve()
374 SkDEBUGCODE(this->validate();) in incReserve()
381 SkDEBUGCODE(this->validate();)
412 SkDEBUGCODE(this->validate();)
435 SkDEBUGCODE(this->validate();) in makeSpace()
462 SkDEBUGCODE(this->validate();) in makeSpace()
469 SkDEBUGCODE(this->validate();) in verbsMemWritable()
499 SkDEBUGCODE(this->validate();) in getPoints()
506 SkDEBUGCODE(this->validate();) in getPoints()
529 SkDEBUGCODE(int32_t fEditorsAttached;) // assert that only one editor in use at any time.