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

  /external/skia/include/core/
SkPath.h 568 /** Subdivide the path so that no segment is longer that dist.
572 void subdivide(SkScalar dist, bool bendLines, SkPath* dst = NULL) const;
  /external/skia/src/core/
SkPath.cpp 1181 void SkPath::subdivide(SkScalar dist, bool bendLines, SkPath* dst) const { function in class:SkPath
    [all...]

Completed in 12 milliseconds