Home
last modified time | relevance | path

Searched defs:DashInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/include/core/
DSkPathEffect.h58 struct DashInfo { struct
59 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() argument
60 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() function
70 DashType asADash(DashInfo* info) const; argument
/third_party/skia/src/gpu/
DGrStyle.h190 struct DashInfo { struct
191 DashInfo() : fType(SkPathEffectBase::kNone_DashType) {} in DashInfo() function
192 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() function
214 DashInfo fDashInfo; argument
/third_party/skia/src/core/
DSkPathEffectBase.h110 virtual DashType onAsADash(DashInfo*) const { in onAsADash() argument
/third_party/skia/src/gpu/ops/
DDashOp.cpp711 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::v1::DashOp::__anon5c43c9290111::DashingCircleEffect
901 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::v1::DashOp::__anon5c43c9290111::DashingLineEffect