Home
last modified time | relevance | path

Searched refs:make_dash (Results 1 – 5 of 5) sorted by relevance

/external/skia/gm/
Dinversepaths.cpp46 sk_sp<SkPathEffect> make_dash() { in make_dash() function
55 {SkPaint::kStroke_Style, make_dash()},
/external/skia/modules/sksg/src/
DSkSGGeometryEffect.cpp95 sk_sp<SkPathEffect> make_dash(const std::vector<float> intervals, float phase) { in make_dash() function
121 if (const auto dash_patheffect = make_dash(fIntervals, fPhase)) { in onRevalidateEffect()
/external/skqp/gm/
Dinversepaths.cpp49 sk_sp<SkPathEffect> make_dash() { in make_dash() function
58 {SkPaint::kStroke_Style, make_dash()},
/external/skqp/tests/
DGrShapeTest.cpp749 static sk_sp<SkPathEffect> make_dash() { in make_dash() function
768 sk_sp<SkPathEffect> dashPE = make_dash(); in test_basic()
796 stroke2RoundBevelDash.setPathEffect(make_dash()); in test_basic()
865 sk_sp<SkPathEffect> dashPE = make_dash(); in test_scale()
898 strokeDash.setPathEffect(make_dash()); in test_scale()
999 dashA.setPathEffect(make_dash()); in test_stroke_param_impl()
1000 dashB.setPathEffect(make_dash()); in test_stroke_param_impl()
1097 for (DashFactoryFn md : {&make_dash, &make_null_dash}) { in test_dash_fill()
1115 dash.setPathEffect(make_dash()); in test_null_dash()
1339 dashAndStroke.setPathEffect(make_dash()); in test_volatile_path()
[all …]
/external/skia/tests/
DGrStyledShapeTest.cpp759 static sk_sp<SkPathEffect> make_dash() { in make_dash() function
778 sk_sp<SkPathEffect> dashPE = make_dash(); in test_basic()
806 stroke2RoundBevelDash.setPathEffect(make_dash()); in test_basic()
875 sk_sp<SkPathEffect> dashPE = make_dash(); in test_scale()
908 strokeDash.setPathEffect(make_dash()); in test_scale()
1009 dashA.setPathEffect(make_dash()); in test_stroke_param_impl()
1010 dashB.setPathEffect(make_dash()); in test_stroke_param_impl()
1107 for (DashFactoryFn md : {&make_dash, &make_null_dash}) { in test_dash_fill()
1125 dash.setPathEffect(make_dash()); in test_null_dash()
1355 dashAndStroke.setPathEffect(make_dash()); in test_volatile_path()
[all …]