Home
last modified time | relevance | path

Searched refs:needsCTM (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/sksg/src/
DSkSGGeometryEffect.cpp67 SkASSERT(!trim->needsCTM()); in onRevalidateEffect()
125 SkASSERT(!dash_patheffect->needsCTM()); in onRevalidateEffect()
137 SkASSERT(!round->needsCTM()); in onRevalidateEffect()
/third_party/skia/src/gpu/
DGrStyle.cpp135 SkASSERT(!fPathEffect->needsCTM()); in applyPathEffect()
141 SkASSERT(!fPathEffect->needsCTM()); // Make sure specified PE doesn't need CTM in applyPathEffect()
/third_party/skia/include/core/
DSkPathEffect.h94 bool needsCTM() const;
/third_party/skia/src/core/
DSkPathEffect.cpp45 bool SkPathEffect::needsCTM() const { in needsCTM() function in SkPathEffect