Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStrokeInfo.h73 if (SkPathEffect::kDash_DashType == fDashType) { in setDashInfo()
90 fDashType = SkPathEffect::kDash_DashType; in setDashInfo()
102 return (!fStroke.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.h119 kDash_DashType, //!< fills in all of the info parameter enumerator
/external/skia/src/core/
DSkPictureContentInfo.cpp52 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in onDrawPoints()
DSkPicture.cpp158 SkPathEffect::kDash_DashType == dashType && 2 == info.fCount) { in operator ()()
/external/skia/src/effects/
DSkDashPathEffect.cpp355 return kDash_DashType; in asADash()
/external/skia/src/utils/
DSkLua.cpp1276 if (SkPathEffect::kDash_DashType == dashType) { in lpatheffect_asADash()