Home
last modified time | relevance | path

Searched refs:DashType (Results 1 – 16 of 16) sorted by relevance

/external/skia/tests/
DAsADashTest.cpp18 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
27 SkPathEffect::DashType dashType = pe->asADash(NULL); in DEF_TEST()
40 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DAsADashTest.cpp18 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
27 SkPathEffect::DashType dashType = pe->asADash(NULL); in DEF_TEST()
40 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
/external/chromium_org/third_party/skia/include/core/
DSkPathEffect.h117 enum DashType { enum
132 virtual DashType asADash(DashInfo* info) const;
/external/skia/include/core/
DSkPathEffect.h117 enum DashType { enum
132 virtual DashType asADash(DashInfo* info) const;
/external/chromium_org/third_party/skia/include/effects/
DSkDashPathEffect.h52 virtual DashType asADash(DashInfo* info) const SK_OVERRIDE;
/external/skia/include/effects/
DSkDashPathEffect.h52 virtual DashType asADash(DashInfo* info) const SK_OVERRIDE;
/external/skia/src/core/
DSkPathEffect.cpp25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
DSkPictureRecord.cpp993 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in drawPoints()
/external/chromium_org/third_party/skia/src/core/
DSkPathEffect.cpp25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
DSkPictureRecord.cpp993 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in drawPoints()
/external/chromium_org/third_party/skia/src/gpu/
DGrStrokeInfo.h94 SkPathEffect::DashType fDashType;
/external/skia/src/gpu/
DGrStrokeInfo.h94 SkPathEffect::DashType fDashType;
/external/skia/src/effects/
DSkDashPathEffect.cpp227 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const { in asADash()
/external/chromium_org/third_party/skia/src/effects/
DSkDashPathEffect.cpp227 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const { in asADash()
/external/chromium_org/third_party/skia/src/utils/
DSkLua.cpp1033 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()
/external/skia/src/utils/
DSkLua.cpp1033 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()