Home
last modified time | relevance | path

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

/external/skqp/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()
/external/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()
/external/skia/src/core/
DSkPictureCommon.h40 SkPathEffect::DashType dashType = effect->asADash(&info); in operator() local
42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
/external/skqp/src/core/
DSkPictureCommon.h40 SkPathEffect::DashType dashType = effect->asADash(&info); in operator() local
42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
/external/skqp/src/utils/
DSkLua.cpp1109 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash() local
1110 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
/external/skqp/tools/debugger/
DSkDrawCommand.cpp930 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect() local
931 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()
/external/skia/tools/debugger/
DDrawCommand.cpp860 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect() local
861 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()