Searched defs:DashInfo (Results 1 - 3 of 3) sorted by last modified time

/external/skia/src/gpu/ops/
H A DGrDashOp.cpp744 * interval). The radius of the dots is given by the strokeWidth and the spacing by the DashInfo.
753 typedef SkPathEffect::DashInfo DashInfo; typedef in class:DashingCircleEffect
954 * length and spacing by the DashInfo. Both of the previous two parameters are in device space.
963 typedef SkPathEffect::DashInfo DashInfo; typedef in class:DashingLineEffect
/external/skia/src/gpu/
H A DGrStyle.h188 struct DashInfo { struct in class:GrStyle
189 DashInfo() : fType(SkPathEffect::kNone_DashType) {} function in struct:GrStyle::DashInfo
190 DashInfo& operator=(const DashInfo& that) {
211 DashInfo fDashInfo;
/external/skia/include/core/
H A DSkPathEffect.h121 * and None otherwise. If a non NULL info is passed in, the various DashInfo will be filled
134 struct DashInfo { struct in class:SkPathEffect
135 DashInfo() : fIntervals(NULL), fCount(0), fPhase(0) {} function in struct:SkPathEffect::DashInfo
136 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase) function in struct:SkPathEffect::DashInfo
146 virtual DashType asADash(DashInfo* info) const;

Completed in 131 milliseconds