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

/external/skia/src/core/
H A DSkPath.cpp127 The iterator does more cleanup, especially if forceClose == true
130 3. if we encounter Move without a preceeding Close, and forceClose is true, goto #2
1853 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { argument
1854 this->setPath(path, forceClose);
1857 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { argument
1867 fForceClose = SkToU8(forceClose);
2135 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const { argument
2137 Iter iter(*this, forceClose);
/external/skia/tests/
H A DPathTest.cpp2815 const bool forceClose; member in struct:iterTestData
2875 iter.setPath(p, gIterTests[i].forceClose);
/external/skqp/src/core/
H A DSkPath.cpp126 The iterator does more cleanup, especially if forceClose == true
129 3. if we encounter Move without a preceeding Close, and forceClose is true, goto #2
1825 SkPath::Iter::Iter(const SkPath& path, bool forceClose) { argument
1826 this->setPath(path, forceClose);
1829 void SkPath::Iter::setPath(const SkPath& path, bool forceClose) { argument
1839 fForceClose = SkToU8(forceClose);
2251 void SkPath::dump(SkWStream* wStream, bool forceClose, bool dumpAsHex) const { argument
2253 Iter iter(*this, forceClose);
/external/skqp/tests/
H A DPathTest.cpp2909 const bool forceClose; member in struct:iterTestData
2969 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 360 milliseconds