Home
last modified time | relevance | path

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

/external/skia/tests/
DAsADashTest.cpp18 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
27 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST()
40 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
/external/skia/include/core/
DSkPathEffect.h114 enum DashType { enum
129 virtual DashType asADash(DashInfo* info) const;
/external/skia/include/effects/
DSkDashPathEffect.h48 DashType asADash(DashInfo* info) const override;
/external/skia/src/core/
DSkPathEffect.cpp25 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
DSkPictureCommon.h113 SkPathEffect::DashType dashType = effect->asADash(&info); in operator()
DSkPictureContentInfo.cpp50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in onDrawPoints()
/external/skia/src/gpu/
DGrStrokeInfo.h185 SkPathEffect::DashType fDashType;
/external/skia/src/effects/
DSkDashPathEffect.cpp348 SkPathEffect::DashType SkDashPathEffect::asADash(DashInfo* info) const { in asADash()
/external/skia/tools/json/
DSkJSONCanvas.cpp367 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()
/external/skia/src/utils/
DSkLua.cpp1309 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()
/external/skia/tools/debugger/
DSkDrawCommand.cpp979 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()