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

/frameworks/base/libs/hwui/
H A DPathTessellator.h115 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
H A DPathTessellator.cpp741 bool forceClose = paintInfo.style != SkPaint::kStroke_Style; local
744 bool wasClosed = approximatePathOutlineVertices(path, forceClose,
949 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose, argument
954 // perimeter, or resolved into more vertices. Reconsider forceClose-ing in that case.
955 SkPath::Iter iter(path, forceClose);
/frameworks/base/core/java/android/os/
H A DFileBridge.java78 public void forceClose() { method in class:FileBridge
130 forceClose();
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java1031 bridge.forceClose();

Completed in 104 milliseconds