Searched refs:DashType (Results 1 – 12 of 12) sorted by relevance
18 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()27 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST()40 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
129 enum DashType { enum146 virtual DashType asADash(DashInfo* info) const;
22 DashType asADash(DashInfo* info) const override;
351 SkPathEffect::DashType SkDashImpl::asADash(DashInfo* info) const { in asADash()
70 DashType asADash(DashInfo* info) const override;
202 SkPathEffect::DashType fType;
283 SkPathEffect::DashType TestDashPathEffect::asADash(DashInfo* info) const { in asADash()
97 SkPathEffect::DashType dashType = effect->asADash(&info); in operator()
50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in onDrawPoints()
24 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
1195 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()
1123 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()