Home
last modified time | relevance | path

Searched refs:DashType (Results 1 – 12 of 12) 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.h129 enum DashType { enum
146 virtual DashType asADash(DashInfo* info) const;
/external/skia/src/effects/
DSkDashImpl.h22 DashType asADash(DashInfo* info) const override;
DSkDashPathEffect.cpp351 SkPathEffect::DashType SkDashImpl::asADash(DashInfo* info) const { in asADash()
/external/skia/src/gpu/
DGrTestUtils.h70 DashType asADash(DashInfo* info) const override;
DGrStyle.h202 SkPathEffect::DashType fType;
DGrTestUtils.cpp283 SkPathEffect::DashType TestDashPathEffect::asADash(DashInfo* info) const { in asADash()
/external/skia/src/core/
DSkPictureCommon.h97 SkPathEffect::DashType dashType = effect->asADash(&info); in operator()
DSkPictureContentInfo.cpp50 SkPathEffect::DashType dashType = paint.getPathEffect()->asADash(&info); in onDrawPoints()
DSkPathEffect.cpp24 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
/external/skia/src/utils/
DSkLua.cpp1195 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()
/external/skia/tools/debugger/
DSkDrawCommand.cpp1123 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()