Searched refs:kDash_DashType (Results 1 – 7 of 7) sorted by relevance
73 if (SkPathEffect::kDash_DashType == fDashType) { in setDashInfo()90 fDashType = SkPathEffect::kDash_DashType; in setDashInfo()102 return (!fStroke.isFillStyle() && SkPathEffect::kDash_DashType == fDashType); in isDashed()
28 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()41 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
119 kDash_DashType, //!< fills in all of the info parameter enumerator
52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in onDrawPoints()
158 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator ()()
355 return kDash_DashType; in asADash()
1276 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()