Home
last modified time | relevance | path

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

/external/skia/tests/
DAsADashTest.cpp18 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local
19 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()
27 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST() local
28 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
40 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST() local
41 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
/external/skia/src/core/
DSkPictureCommon.h97 SkPathEffect::DashType dashType = effect->asADash(&info); in operator() local
99 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
DSkPictureContentInfo.cpp50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in onDrawPoints() local
52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in onDrawPoints()
/external/skia/src/utils/
DSkLua.cpp1195 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash() local
1196 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
/external/skia/tools/debugger/
DSkDrawCommand.cpp1123 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect() local
1124 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()