Home
last modified time | relevance | path

Searched refs:kNone_DashType (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
H A DGrStyle.h191 DashInfo() : fType(SkPathEffectBase::kNone_DashType) {} in DashInfo()
202 fType = SkPathEffect::kNone_DashType; in reset()
H A DGrStyle.cpp108 SkASSERT(SkPathEffect::kNone_DashType == fDashInfo.fType); in initPathEffect()
/third_party/skia/include/core/
H A DSkPathEffect.h54 kNone_DashType, //!< ignores the info parameter enumerator
/third_party/skia/src/core/
H A DSkPathEffectBase.h111 return kNone_DashType; in onAsADash()
/third_party/skia/tests/
H A DAsADashTest.cpp21 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()

Completed in 2 milliseconds