Home
last modified time | relevance | path

Searched refs:dash1 (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Ddashcircle.cpp24 int dash1[] = { 1, 1 }; variable
33 { dash1, SK_ARRAY_COUNT(dash1) },
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp2004 auto dash1 = SkDashPathEffect::Make(kIntervals1, SK_ARRAY_COUNT(kIntervals1), 0.f); in DEF_TEST() local
2005 REPORTER_ASSERT(r, dash1); in DEF_TEST()
2010 sk_sp<SkPathEffect> pathEffects[] = {nullptr, std::move(dash1), std::move(dash2)}; in DEF_TEST()

Completed in 5 milliseconds