Searched refs:DashType (Results 1 – 22 of 22) sorted by relevance
20 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()29 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST()42 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
128 enum DashType { enum145 DashType asADash(DashInfo* info) const;175 virtual DashType onAsADash(DashInfo*) const { in onAsADash()
25 DashType onAsADash(DashInfo* info) const override;
359 SkPathEffect::DashType SkDashImpl::onAsADash(DashInfo* info) const { in onAsADash()
40 SkPathEffect::DashType dashType = effect->asADash(&info); in operator()
39 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
80 DashType onAsADash(DashInfo* info) const override;
203 SkPathEffect::DashType fType;
296 SkPathEffect::DashType TestDashPathEffect::onAsADash(DashInfo* info) const { in onAsADash()
294 SkPathEffect::DashType TestDashPathEffect::onAsADash(DashInfo* info) const { in onAsADash()
1109 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()
930 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()
931 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()