Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathEffect.h122 struct DashInfo { struct
123 DashInfo() : fIntervals(NULL), fCount(0), fPhase(0) {} in DashInfo() argument
132 virtual DashType asADash(DashInfo* info) const; argument
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp770 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingCircleEffect
998 typedef SkPathEffect::DashInfo DashInfo; typedef in DashingLineEffect