HomeSort by relevance Sort by last modified time
    Searched defs:DashInfo (Results 1 - 6 of 6) 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(nullptr), fCount(0), fPhase(0) {}
136 DashInfo(SkScalar* intervals, int32_t count, SkScalar phase)
146 virtual DashType asADash(DashInfo* info) const;
  /external/skqp/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(nullptr), 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(const DashInfo& that) { *this = that; }
191 DashInfo& operator=(const DashInfo& that) {
212 DashInfo fDashInfo;
  /external/skqp/src/gpu/
GrStyle.h 188 struct DashInfo {
189 DashInfo() : fType(SkPathEffect::kNone_DashType) {}
190 DashInfo(const DashInfo& that) { *this = that; }
191 DashInfo& operator=(const DashInfo& that) {
212 DashInfo fDashInfo;
  /external/skia/src/gpu/ops/
GrDashOp.cpp     [all...]
  /external/skqp/src/gpu/ops/
GrDashOp.cpp     [all...]

Completed in 421 milliseconds