Searched defs:DashInfo (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/include/core/ | ||
H A D | SkPathEffect.h | 58 struct DashInfo { struct in SkPathEffect 59 DashInfo() : fIntervals(nullptr), fCount(0), fPhase(0) {} in DashInfo() function 60 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) in DashInfo() function |
/third_party/skia/src/gpu/ | ||
H A D | GrStyle.h | 190 struct DashInfo { struct in GrStyle 191 DashInfo() : fType(SkPathEffectBase::kNone_DashType) {} in DashInfo() function 192 DashInfo(const DashInfo& that) { *this = that; } in DashInfo() function |
/third_party/skia/src/gpu/ops/ | ||
H A D | DashOp.cpp | 711 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::v1::DashOp::__anon18834::DashingCircleEffect 911 typedef SkPathEffect::DashInfo DashInfo; typedef in skgpu::v1::DashOp::DashingLineEffect |
Completed in 3 milliseconds