Searched refs:kDash_DashType (Results 1 – 10 of 10) sorted by relevance
95 if (SkPathEffect::kDash_DashType == fDashType) { in setDashInfo()111 fDashType = SkPathEffect::kDash_DashType; in setDashInfo()123 return (!this->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()
116 kDash_DashType, //!< fills in all of the info parameter enumerator
115 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in onDrawPoints()
356 return kDash_DashType; in asADash()
67 if (pe->asADash(nullptr) != SkPathEffect::kDash_DashType) { in internalCanDraw()
368 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()
1310 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
980 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()