Searched defs:forceClose (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp115 The iterator does more cleanup, especially if forceClose == true
118 3. if we encounter Move without a preceeding Close, and forceClose is true, goto #2
1766 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { argument
1767 this->setPath(path, forceClose);
1770 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { argument
1777 fForceClose = SkToU8(forceClose);
2123 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const { argument
2125 Iter iter(*this, forceClose);
2130 SkDebugf("path: forceClose=%s\n", forceClose
[all...]
/external/skia/tests/
H A DPathTest.cpp2512 const bool forceClose; member in struct:iterTestData
2572 iter.setPath(p, gIterTests[i].forceClose);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 110 milliseconds