Home
last modified time | relevance | path

Searched refs:kDash_DashType (Results 1 – 17 of 17) sorted by relevance

/external/skqp/tests/
DAsADashTest.cpp30 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
43 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
/external/skia/tests/
DAsADashTest.cpp30 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
43 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
/external/skqp/src/gpu/
DGrStyle.cpp114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) { in initPathEffect()
117 fDashInfo.fType = SkPathEffect::kDash_DashType; in initPathEffect()
133 if (SkPathEffect::kDash_DashType == fDashInfo.fType) { in applyPathEffect()
DGrStyle.h125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed()
DGrTestUtils.cpp302 return kDash_DashType; in onAsADash()
/external/skia/src/gpu/
DGrStyle.cpp114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) { in initPathEffect()
117 fDashInfo.fType = SkPathEffect::kDash_DashType; in initPathEffect()
133 if (SkPathEffect::kDash_DashType == fDashInfo.fType) { in applyPathEffect()
DGrStyle.h126 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed()
DGrTestUtils.cpp309 return kDash_DashType; in onAsADash()
/external/skia/src/core/
DSkPictureCommon.h42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
/external/skqp/src/core/
DSkPictureCommon.h42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
/external/skqp/include/core/
DSkPathEffect.h130 kDash_DashType, //!< fills in all of the info parameter enumerator
/external/skia/include/core/
DSkPathEffect.h124 kDash_DashType, //!< fills in all of the info parameter enumerator
/external/skia/src/effects/
DSkDashPathEffect.cpp367 return kDash_DashType; in onAsADash()
/external/skqp/src/effects/
DSkDashPathEffect.cpp367 return kDash_DashType; in onAsADash()
/external/skqp/src/utils/
DSkLua.cpp1110 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
/external/skqp/tools/debugger/
DSkDrawCommand.cpp931 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()
/external/skia/tools/debugger/
DDrawCommand.cpp861 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()