Searched refs:forceClose (Results 1 – 5 of 5) sorted by relevance
/external/skia/include/core/ |
D | SkPath.h | 941 Iter(const SkPath&, bool forceClose); 943 void setPath(const SkPath&, bool forceClose); 1050 void dump(SkWStream* , bool forceClose, bool dumpAsHex) const;
|
/external/skia/src/core/ |
D | SkPath.cpp | 1766 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { in Iter() argument 1767 this->setPath(path, forceClose); in Iter() 1770 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { in setPath() argument 1777 fForceClose = SkToU8(forceClose); in setPath() 2123 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const { in dump() argument 2125 Iter iter(*this, forceClose); in dump() 2130 SkDebugf("path: forceClose=%s\n", forceClose ? "true" : "false"); in dump()
|
/external/skia/tests/ |
D | PathTest.cpp | 2512 const bool forceClose; in test_iter() member 2572 iter.setPath(p, gIterTests[i].forceClose); in test_iter()
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |