Home
last modified time | relevance | path

Searched refs:dashType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DAsADashTest.cpp20 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local
21 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()
29 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST() local
30 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
42 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local
43 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
/third_party/skia/src/core/
DSkPictureCommon.h40 SkPathEffect::DashType dashType = effect->asADash(&info); in operator() local
42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
/third_party/skia/tools/debugger/
DDrawCommand.cpp852 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect() local
853 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()