Home
last modified time | relevance | path

Searched refs:bendLines (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPath.h572 void subdivide(SkScalar dist, bool bendLines, SkPath* dst = NULL) const;
/external/skia/src/core/
DSkPath.cpp1181 void SkPath::subdivide(SkScalar dist, bool bendLines, SkPath* dst) const { in subdivide() argument
1196 if (!bendLines) { in subdivide()