Home
last modified time | relevance | path

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

/external/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() argument
70 DashType asADash(DashInfo* info) const; argument
/external/skia/src/gpu/ganesh/
DGrStyle.h190 struct DashInfo { struct
191 DashInfo() : fType(SkPathEffectBase::kNone_DashType) {} in DashInfo() argument
192 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() function
214 DashInfo fDashInfo; argument
/external/skia/src/core/
DSkPathEffectBase.h110 virtual DashType onAsADash(DashInfo*) const { in onAsADash() argument
/external/skia/src/gpu/ganesh/ops/
DDashOp.cpp713 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::ganesh::DashOp::__anond91e5a750111::DashingCircleEffect
903 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::ganesh::DashOp::__anond91e5a750111::DashingLineEffect