Searched defs:DashInfo (Results 1 – 6 of 6) sorted by relevance
133 struct DashInfo { struct134 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() argument135 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() argument145 DashType asADash(DashInfo* info) const; argument175 virtual DashType onAsADash(DashInfo*) const { in onAsADash() argument
188 struct DashInfo { struct189 DashInfo() : fType(SkPathEffect::kNone_DashType) {} in DashInfo() function190 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() argument212 DashInfo fDashInfo; argument
188 struct DashInfo { struct189 DashInfo() : fType(SkPathEffect::kNone_DashType) {} in DashInfo() function190 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() function212 DashInfo fDashInfo; argument
757 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingCircleEffect961 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingLineEffect
763 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingCircleEffect968 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingLineEffect