Home
last modified time | relevance | path

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

/external/skqp/tests/
DAsADashTest.cpp20 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
29 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST()
42 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
/external/skia/tests/
DAsADashTest.cpp20 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
29 SkPathEffect::DashType dashType = pe->asADash(nullptr); in DEF_TEST()
42 SkPathEffect::DashType dashType = pe->asADash(&info); in DEF_TEST()
/external/skqp/include/core/
DSkPathEffect.h128 enum DashType { enum
145 DashType asADash(DashInfo* info) const;
175 virtual DashType onAsADash(DashInfo*) const { in onAsADash()
/external/skia/include/core/
DSkPathEffect.h128 enum DashType { enum
145 DashType asADash(DashInfo* info) const;
175 virtual DashType onAsADash(DashInfo*) const { in onAsADash()
/external/skia/src/effects/
DSkDashImpl.h25 DashType onAsADash(DashInfo* info) const override;
DSkDashPathEffect.cpp359 SkPathEffect::DashType SkDashImpl::onAsADash(DashInfo* info) const { in onAsADash()
/external/skqp/src/effects/
DSkDashImpl.h25 DashType onAsADash(DashInfo* info) const override;
DSkDashPathEffect.cpp359 SkPathEffect::DashType SkDashImpl::onAsADash(DashInfo* info) const { in onAsADash()
/external/skia/src/core/
DSkPictureCommon.h40 SkPathEffect::DashType dashType = effect->asADash(&info); in operator()
DSkPathEffect.cpp39 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
/external/skqp/src/core/
DSkPictureCommon.h40 SkPathEffect::DashType dashType = effect->asADash(&info); in operator()
DSkPathEffect.cpp39 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
/external/skia/src/gpu/
DGrTestUtils.h80 DashType onAsADash(DashInfo* info) const override;
DGrStyle.h203 SkPathEffect::DashType fType;
DGrTestUtils.cpp296 SkPathEffect::DashType TestDashPathEffect::onAsADash(DashInfo* info) const { in onAsADash()
/external/skqp/src/gpu/
DGrTestUtils.h80 DashType onAsADash(DashInfo* info) const override;
DGrStyle.h203 SkPathEffect::DashType fType;
DGrTestUtils.cpp294 SkPathEffect::DashType TestDashPathEffect::onAsADash(DashInfo* info) const { in onAsADash()
/external/skqp/src/utils/
DSkLua.cpp1109 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()
/external/skia/src/utils/
DSkLua.cpp1109 SkPathEffect::DashType dashType = pe->asADash(&info); in lpatheffect_asADash()
/external/skqp/tools/debugger/
DSkDrawCommand.cpp930 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()
/external/skia/tools/debugger/
DSkDrawCommand.cpp931 SkPathEffect::DashType dashType = pathEffect->asADash(&dashInfo); in apply_paint_patheffect()