• Home
  • Raw
  • Download

Lines Matching refs:SkDEBUGCODE

46         ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }  in ~Editor()
72 SkDEBUGCODE(fPathRef->validate();)
223 int countPoints() const { SkDEBUGCODE(this->validate();) return fPointCnt; } in countPoints()
224 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } in countVerbs()
225 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); } in countWeights()
230 const uint8_t* verbs() const { SkDEBUGCODE(this->validate();) return fVerbs; } in verbs()
240 const SkPoint* points() const { SkDEBUGCODE(this->validate();) return fPoints; } in points()
247 …const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin()… in conicWeights()
248 …const SkScalar* conicWeightsEnd() const { SkDEBUGCODE(this->validate();) return fConicWeights.end(… in conicWeightsEnd()
290 SkDEBUGCODE(void validate() const;)
311 SkDEBUGCODE(fEditorsAttached = 0;) in SkPathRef()
312 SkDEBUGCODE(this->validate();) in SkPathRef()
324 SkDEBUGCODE(this->validate();) in computeBounds()
342 SkDEBUGCODE(this->validate();) in incReserve()
345 SkDEBUGCODE(this->validate();) in incReserve()
352 SkDEBUGCODE(this->validate();)
383 SkDEBUGCODE(this->validate();)
406 SkDEBUGCODE(this->validate();) in makeSpace()
433 SkDEBUGCODE(this->validate();) in makeSpace()
440 SkDEBUGCODE(this->validate();) in verbsMemWritable()
462 SkDEBUGCODE(this->validate();) in getPoints()
469 SkDEBUGCODE(this->validate();) in getPoints()
492 SkDEBUGCODE(int32_t fEditorsAttached;) // assert that only one editor in use at any time.