Home
last modified time | relevance | path

Searched refs:DashType (Results 1 – 9 of 9) 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/skia/include/core/
DSkPathEffect.h117 enum DashType { enum
132 virtual DashType asADash(DashInfo* info) const;
/external/skia/include/effects/
DSkDashPathEffect.h52 DashType asADash(DashInfo* info) const override;
/external/skia/src/core/
DSkPathEffect.cpp25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
DSkPictureContentInfo.cpp50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in onDrawPoints()
DSkPicture.cpp156 SkPathEffect::DashType dashType = effect->asADash(&info); in operator ()()
/external/skia/src/gpu/
DGrStrokeInfo.h142 SkPathEffect::DashType fDashType;
/external/skia/src/effects/
DSkDashPathEffect.cpp347 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const { in asADash()
/external/skia/src/utils/
DSkLua.cpp1275 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()