Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPathEffect.h134 struct DashInfo { struct
135 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() argument
136 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() argument
146 virtual DashType asADash(DashInfo* info) const; argument
/external/skia/include/core/
DSkPathEffect.h134 struct DashInfo { struct
135 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() function
136 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() function
146 virtual DashType asADash(DashInfo* info) const; argument
/external/skqp/src/gpu/
DGrStyle.h188 struct DashInfo { struct
189 DashInfo() : fType(SkPathEffect::kNone_DashType) {} in DashInfo() function
190 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() argument
212 DashInfo fDashInfo; argument
/external/skia/src/gpu/
DGrStyle.h188 struct DashInfo { struct
189 DashInfo() : fType(SkPathEffect::kNone_DashType) {} in DashInfo() function
190 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() function
212 DashInfo fDashInfo; argument
/external/skia/src/gpu/ops/
DGrDashOp.cpp828 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingCircleEffect
1037 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingLineEffect
/external/skqp/src/gpu/ops/
DGrDashOp.cpp828 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingCircleEffect
1037 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingLineEffect