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

/frameworks/base/libs/hwui/
H A DPathTessellator.h119 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
H A DPathTessellator.cpp743 bool forceClose = paintInfo.style != SkPaint::kStroke_Style; local
746 bool wasClosed = approximatePathOutlineVertices(path, forceClose,
942 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose, argument
947 // perimeter, or resolved into more vertices. Reconsider forceClose-ing in that case.
948 SkPath::Iter iter(path, forceClose);
/frameworks/base/core/java/android/os/
H A DFileBridge.java80 public void forceClose() { method in class:FileBridge
132 forceClose();
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java1192 bridge.forceClose();

Completed in 4193 milliseconds