Searched refs:DashType (Results 1 – 9 of 9) sorted by relevance
18 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()27 SkPathEffect::DashType dashType = pe->asADash(NULL); in DEF_TEST()40 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
117 enum DashType { enum132 virtual DashType asADash(DashInfo* info) const;
52 DashType asADash(DashInfo* info) const override;
25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in onDrawPoints()
156 SkPathEffect::DashType dashType = effect->asADash(&info); in operator ()()
142 SkPathEffect::DashType fDashType;
347 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const { in asADash()
1275 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()