Home
last modified time | relevance | path

Searched defs:DashInfo (Results 1 - 3 of 3) sorted by relevance

/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
/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
/third_party/skia/src/gpu/ops/
H A DDashOp.cpp711 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::v1::DashOp::__anon18834::DashingCircleEffect
911 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::v1::DashOp::DashingLineEffect

Completed in 3 milliseconds