Searched defs:fDashInfo (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrStyle.h97 fDashInfo = that.fDashInfo;
103 fDashInfo.reset();
125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; }
128 return fDashInfo.fPhase;
132 return fDashInfo.fIntervals.count();
136 return fDashInfo.fIntervals.get();
211 DashInfo fDashInfo; member in class:GrStyle

Completed in 116 milliseconds