Searched refs:dashType (Results 1 – 5 of 5) sorted by relevance
18 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local19 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()27 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST() local28 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()40 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local41 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
97 SkPathEffect::DashType dashType = effect->asADash(&info); in operator() local99 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in onDrawPoints() local52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in onDrawPoints()
1195 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash() local1196 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
1065 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect() local1066 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()