Searched refs:DashType (Results 1 – 16 of 16) 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 virtual DashType asADash(DashInfo* info) const SK_OVERRIDE;
25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
993 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in drawPoints()
94 SkPathEffect::DashType fDashType;
227 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const { in asADash()
1033 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()