Searched refs:kDash_DashType (Results 1 – 17 of 17) sorted by relevance
30 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()43 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) { in initPathEffect()117 fDashInfo.fType = SkPathEffect::kDash_DashType; in initPathEffect()137 if (SkPathEffect::kDash_DashType == fDashInfo.fType) { in applyPathEffect()
126 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed()
309 return kDash_DashType; in onAsADash()
114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) { in initPathEffect()117 fDashInfo.fType = SkPathEffect::kDash_DashType; in initPathEffect()133 if (SkPathEffect::kDash_DashType == fDashInfo.fType) { in applyPathEffect()
125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed()
304 return kDash_DashType; in onAsADash()
55 kDash_DashType, //!< fills in all of the info parameter enumerator
42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
130 kDash_DashType, //!< fills in all of the info parameter enumerator
367 return kDash_DashType; in onAsADash()
1109 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
880 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()
853 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()