Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathEffect.h127 struct DashInfo { struct
128 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() argument
129 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() function
139 DashType asADash(DashInfo* info) const; argument
166 virtual DashType onAsADash(DashInfo*) const { in onAsADash() argument
/external/skqp/include/core/
DSkPathEffect.h133 struct DashInfo { struct
134 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() function
135 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() function
145 DashType asADash(DashInfo* info) const; argument
175 virtual DashType onAsADash(DashInfo*) const { in onAsADash() 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() function
212 DashInfo fDashInfo; argument
/external/skia/src/gpu/
DGrStyle.h189 struct DashInfo { struct
190 DashInfo() : fType(SkPathEffect::kNone_DashType) {} in DashInfo() function
191 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() function
213 DashInfo fDashInfo; argument
/external/skqp/src/gpu/ops/
DGrDashOp.cpp757 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingCircleEffect
961 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingLineEffect
/external/skia/src/gpu/ops/
DGrDashOp.cpp814 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingCircleEffect
1037 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingLineEffect