Home
last modified time | relevance | path

Searched defs:forceClose (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/AndroidPathRenderer/
DAndroidPathRenderer.cpp545 bool forceClose = style != SkStrokeRec::kStroke_Style; in ConvexPathVertices() local
598 bool PathRenderer::ConvexPathPerimeterVertices(const SkPath& path, bool forceClose, in ConvexPathPerimeterVertices()
/external/skia/src/core/
DSkPath.cpp1536 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { in Iter()
1540 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { in setPath()
1939 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const { in dump()
/external/skia/tests/
DPathTest.cpp2392 const bool forceClose; in test_iter() member