Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStrokeInfo.h95 if (SkPathEffect::kDash_DashType == fDashType) { in setDashInfo()
111 fDashType = SkPathEffect::kDash_DashType; in setDashInfo()
123 return (!this->isFillStyle() && SkPathEffect::kDash_DashType == fDashType); in isDashed()
/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/include/core/
DSkPathEffect.h116 kDash_DashType, //!< fills in all of the info parameter enumerator
/external/skia/src/core/
DSkPictureCommon.h115 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.cpp356 return kDash_DashType; in asADash()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp67 if (pe->asADash(nullptr) != SkPathEffect::kDash_DashType) { in internalCanDraw()
/external/skia/tools/json/
DSkJSONCanvas.cpp368 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()
/external/skia/src/utils/
DSkLua.cpp1310 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()
/external/skia/tools/debugger/
DSkDrawCommand.cpp980 if (dashType == SkPathEffect::kDash_DashType) { in apply_paint_patheffect()