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

/frameworks/base/core/java/android/os/
H A DFileBridge.java80 public void forceClose() { method in class:FileBridge
132 forceClose();
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp704 bool forceClose = paintInfo.style != SkPaint::kStroke_Style; local
708 approximatePathOutlineVertices(path, forceClose, approximationInfo, tempVertices);
903 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose, argument
909 // perimeter, or resolved into more vertices. Reconsider forceClose-ing in that case.
910 SkPath::Iter iter(path, forceClose);

Completed in 49 milliseconds