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

  /external/skia/include/core/
SkPathEffect.h 106 * and None otherwise. If a non NULL info is passed in, the various DashInfo will be filled
119 struct DashInfo {
120 DashInfo() : fIntervals(NULL), fCount(0), fPhase(0) {}
129 virtual DashType asADash(DashInfo* info) const;
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 770 * interval). The radius of the dots is given by the strokeWidth and the spacing by the DashInfo.
779 typedef SkPathEffect::DashInfo DashInfo;
    [all...]

Completed in 195 milliseconds