Home
last modified time | relevance | path

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

/third_party/flutter/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()
/third_party/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()
/third_party/skia/src/gpu/
DGrStyle.cpp114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) { in initPathEffect()
117 fDashInfo.fType = SkPathEffect::kDash_DashType; in initPathEffect()
137 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()
/third_party/flutter/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.h125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed()
DGrTestUtils.cpp304 return kDash_DashType; in onAsADash()
/third_party/skia/include/core/
DSkPathEffect.h55 kDash_DashType, //!< fills in all of the info parameter enumerator
/third_party/skia/src/core/
DSkPictureCommon.h42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
/third_party/flutter/skia/src/core/
DSkPictureCommon.h42 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
/third_party/flutter/skia/include/core/
DSkPathEffect.h130 kDash_DashType, //!< fills in all of the info parameter enumerator
/third_party/flutter/skia/src/effects/
DSkDashPathEffect.cpp367 return kDash_DashType; in onAsADash()
/third_party/skia/src/effects/
DSkDashPathEffect.cpp367 return kDash_DashType; in onAsADash()
/third_party/flutter/skia/src/utils/
DSkLua.cpp1109 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
/third_party/flutter/skia/tools/debugger/
DDrawCommand.cpp880 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()
/third_party/skia/tools/debugger/
DDrawCommand.cpp853 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()