Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStrokeInfo.h31 , fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()
42 fDashType = SkPathEffect::kNone_DashType; in INHERITED()
48 , fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()
54 , fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()
142 fDashType = SkPathEffect::kNone_DashType; in removeDash()
/external/skia/tests/
DAsADashTest.cpp19 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()
/external/skia/src/core/
DSkPathEffect.cpp26 return kNone_DashType; in asADash()
/external/skia/include/core/
DSkPathEffect.h115 kNone_DashType, //!< ignores the info parameter enumerator