Home
last modified time | relevance | path

Searched refs:kNone_DashType (Results 1 – 8 of 8) sorted by relevance

/external/skqp/include/core/
DSkPathEffect.h129 kNone_DashType, //!< ignores the info parameter enumerator
176 return kNone_DashType; in onAsADash()
/external/skia/include/core/
DSkPathEffect.h129 kNone_DashType, //!< ignores the info parameter enumerator
176 return kNone_DashType; in onAsADash()
/external/skqp/src/gpu/
DGrStyle.h189 DashInfo() : fType(SkPathEffect::kNone_DashType) {} in DashInfo()
200 fType = SkPathEffect::kNone_DashType; in reset()
DGrStyle.cpp108 SkASSERT(SkPathEffect::kNone_DashType == fDashInfo.fType); in initPathEffect()
/external/skia/src/gpu/
DGrStyle.h189 DashInfo() : fType(SkPathEffect::kNone_DashType) {} in DashInfo()
200 fType = SkPathEffect::kNone_DashType; in reset()
DGrStyle.cpp108 SkASSERT(SkPathEffect::kNone_DashType == fDashInfo.fType); in initPathEffect()
/external/skqp/tests/
DAsADashTest.cpp21 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()
/external/skia/tests/
DAsADashTest.cpp21 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()