Searched refs:kNone_DashType (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrStrokeInfo.h | 23 fStroke(style), fDashType(SkPathEffect::kNone_DashType) {} in GrStrokeInfo() 32 fDashType = SkPathEffect::kNone_DashType; 37 fStroke(paint, styleOverride), fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo() 43 fStroke(paint), fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo() 81 fDashType = SkPathEffect::kNone_DashType; in removeDash()
|
/external/skia/src/gpu/ |
D | GrStrokeInfo.h | 23 fStroke(style), fDashType(SkPathEffect::kNone_DashType) {} in GrStrokeInfo() 32 fDashType = SkPathEffect::kNone_DashType; 37 fStroke(paint, styleOverride), fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo() 43 fStroke(paint), fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo() 81 fDashType = SkPathEffect::kNone_DashType; in removeDash()
|
/external/skia/src/core/ |
D | SkPathEffect.cpp | 26 return kNone_DashType; in asADash()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPathEffect.cpp | 26 return kNone_DashType; in asADash()
|
/external/skia/tests/ |
D | AsADashTest.cpp | 19 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()
|
/external/chromium_org/third_party/skia/tests/ |
D | AsADashTest.cpp | 19 REPORTER_ASSERT(reporter, SkPathEffect::kNone_DashType == dashType); in DEF_TEST()
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPathEffect.h | 118 kNone_DashType, //!< ignores the info parameter enumerator
|
/external/skia/include/core/ |
D | SkPathEffect.h | 118 kNone_DashType, //!< ignores the info parameter enumerator
|