Searched refs:DashType (Results 1 – 11 of 11) 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()
114 enum DashType { enum129 virtual DashType asADash(DashInfo* info) const;
48 DashType asADash(DashInfo* info) const override;
25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
113 SkPathEffect::DashType dashType = effect->asADash(&info); in operator()
50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in onDrawPoints()
185 SkPathEffect::DashType fDashType;
348 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const { in asADash()
367 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()
1309 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()
979 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()