Searched refs:dashType (Results 1 – 7 of 7) sorted by relevance
20 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local21 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()29 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST() local30 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()42 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local43 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
40 SkPathEffect::DashType dashType = effect->asADash(&info); in operator() local42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
1109 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash() local1110 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
930 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect() local931 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()
860 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect() local861 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()