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

  /external/skia/include/core/
SkPathEffect.h 121 * and None otherwise. If a non NULL info is passed in, the various DashInfo will be filled
134 struct DashInfo {
135 DashInfo() : fIntervals(NULL), fCount(0), fPhase(0) {}
136 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase)
146 virtual DashType asADash(DashInfo* info) const;
  /external/skia/src/gpu/
GrStyle.h 188 struct DashInfo {
189 DashInfo() : fType(SkPathEffect::kNone_DashType) {}
190 DashInfo& operator=(const DashInfo& that) {
211 DashInfo fDashInfo;
  /external/skia/src/gpu/ops/
GrDashOp.cpp 790 * interval). The radius of the dots is given by the strokeWidth and the spacing by the DashInfo.
799 typedef SkPathEffect::DashInfo DashInfo;
    [all...]

Completed in 138 milliseconds