Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkPathEffectBase.h116 struct DashInfo { struct
117 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() argument
118 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() argument
128 virtual DashType asADash(DashInfo*) const { in asADash() argument
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrStyle.h202 struct DashInfo { struct
203 DashInfo() : fType(SkPathEffectBase::DashType::kNone) {} in DashInfo() argument
204 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() argument
226 DashInfo fDashInfo; argument
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DDashOp.cpp759 typedef SkPathEffectBase::DashInfo DashInfo; typedef in skgpu::ganesh::DashOp::__anon046c76860111::DashingCircleEffect
946 typedef SkPathEffectBase::DashInfo DashInfo; typedef in skgpu::ganesh::DashOp::__anon046c76860111::DashingLineEffect