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()133 if (SkPathEffect::kDash_DashType == fDashInfo.fType) { in applyPathEffect()
125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed()
302 return kDash_DashType; in onAsADash()
126 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed()
309 return kDash_DashType; in onAsADash()
42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
130 kDash_DashType, //!< fills in all of the info parameter enumerator
124 kDash_DashType, //!< fills in all of the info parameter enumerator
367 return kDash_DashType; in onAsADash()
1110 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
931 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()
861 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()