Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp1792 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { in Iter()
1796 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { in setPath()
2153 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const { in dump()
/external/skia/tests/
DPathTest.cpp2898 const bool forceClose; in test_iter() member