Home
last modified time | relevance | path

Searched refs:DashInfo (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/src/gpu/
H A DGrStyle.h190 struct DashInfo { struct in GrStyle
191 DashInfo() : fType(SkPathEffectBase::kNone_DashType) {} in DashInfo() function
192 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() function
193 DashInfo& operator=(const DashInfo& that) { in operator =()
214 DashInfo fDashInfo;
H A DGrTestUtils.h85 DashType onAsADash(DashInfo* info) const override;
H A DGrStyle.cpp113 SkPathEffect::DashInfo info; in initPathEffect()
H A DGrTestUtils.cpp301 SkPathEffect::DashType TestDashPathEffect::onAsADash(DashInfo* info) const { in onAsADash()
/third_party/skia/include/core/
H A DSkPathEffect.h58 struct DashInfo { struct in SkPathEffect
59 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() function
60 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() function
70 DashType asADash(DashInfo* info) const;
/third_party/skia/tests/
H A DAsADashTest.cpp18 SkPathEffect::DashInfo info; in DEF_TEST()
40 SkPathEffect::DashInfo info; in DEF_TEST()
/third_party/skia/src/effects/
H A DSkDashImpl.h26 DashType onAsADash(DashInfo* info) const override;
H A DSkDashPathEffect.cpp359 SkPathEffect::DashType SkDashImpl::onAsADash(DashInfo* info) const {
/third_party/skia/src/utils/
H A DSkDashPathPriv.h27 const SkPathEffect::DashInfo& info);
H A DSkDashPath.cpp441 const SkRect* cullRect, const SkPathEffect::DashInfo& info) {
/third_party/skia/src/core/
H A DSkPathEffectBase.h74 * and None otherwise. If a non NULL info is passed in, the various DashInfo will be filled
110 virtual DashType onAsADash(DashInfo*) const { in onAsADash()
H A DSkPictureCommon.h39 SkPathEffect::DashInfo info; in operator ()()
H A DSkPathEffect.cpp41 SkPathEffect::DashType SkPathEffect::asADash(DashInfo* info) const { in asADash()
/third_party/skia/src/gpu/ops/
H A DDashOp.cpp702 * interval). The radius of the dots is given by the strokeWidth and the spacing by the DashInfo.
711 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::v1::DashOp::__anon18834::DashingCircleEffect
902 * length and spacing by the DashInfo. Both of the previous two parameters are in device space.
911 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::v1::DashOp::DashingLineEffect
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp851 SkPathEffect::DashInfo dashInfo; in apply_paint_patheffect()

Completed in 12 milliseconds