Home
last modified time | relevance | path

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

/external/skia/tests/
DAsADashTest.cpp28 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
41 REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType); in DEF_TEST()
/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.h125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed()
DGrTestUtils.cpp291 return kDash_DashType; in asADash()
/external/skia/include/core/
DSkPathEffect.h131 kDash_DashType, //!< fills in all of the info parameter enumerator
/external/skia/src/core/
DSkPictureCommon.h99 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator()
DSkPictureContentInfo.cpp52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in onDrawPoints()
/external/skia/src/effects/
DSkDashPathEffect.cpp359 return kDash_DashType; in asADash()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp62 if (pe->asADash(nullptr) != SkPathEffect::kDash_DashType) { in internalCanDraw()
/external/skia/src/utils/
DSkLua.cpp1196 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
/external/skia/tools/debugger/
DSkDrawCommand.cpp1124 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()