HomeSort by relevance Sort by last modified time
    Searched refs:forceClose (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabaseCallbacks.cpp 55 m_database->forceClose();
IDBDatabase.h 103 void forceClose();
IDBDatabase.cpp 350 void IDBDatabase::forceClose()
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h 64 static bool ConvexPathPerimeterVertices(const SkPath &path, bool forceClose,
AndroidPathRenderer.cpp 545 bool forceClose = style != SkStrokeRec::kStroke_Style;
546 bool wasClosed = ConvexPathPerimeterVertices(path, forceClose, threshInvScaleX * threshInvScaleX,
598 bool PathRenderer::ConvexPathPerimeterVertices(const SkPath& path, bool forceClose,
603 // perimeter, or resolved into more vertices. Reconsider forceClose-ing in that case.
604 SkPath::Iter iter(path, forceClose);
  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h 64 static bool ConvexPathPerimeterVertices(const SkPath &path, bool forceClose,
AndroidPathRenderer.cpp 545 bool forceClose = style != SkStrokeRec::kStroke_Style;
546 bool wasClosed = ConvexPathPerimeterVertices(path, forceClose, threshInvScaleX * threshInvScaleX,
598 bool PathRenderer::ConvexPathPerimeterVertices(const SkPath& path, bool forceClose,
603 // perimeter, or resolved into more vertices. Reconsider forceClose-ing in that case.
604 SkPath::Iter iter(path, forceClose);
  /frameworks/base/libs/hwui/
PathTessellator.h 95 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
PathTessellator.cpp 745 bool forceClose = paintInfo.style != SkPaint::kStroke_Style;
746 bool wasClosed = approximatePathOutlineVertices(path, forceClose,
    [all...]
  /frameworks/base/core/java/android/os/
FileBridge.java 78 public void forceClose() {
130 forceClose();
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBDatabase.h 60 virtual void forceClose() { BLINK_ASSERT_NOT_REACHED(); }
  /external/chromium_org/third_party/skia/include/core/
SkPath.h     [all...]
  /external/skia/include/core/
SkPath.h     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 116 The iterator does more cleanup, especially if forceClose == true
119 3. if we encounter Move without a preceeding Close, and forceClose is true, goto #2
    [all...]
  /external/skia/src/core/
SkPath.cpp 116 The iterator does more cleanup, especially if forceClose == true
119 3. if we encounter Move without a preceeding Close, and forceClose is true, goto #2
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java     [all...]
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp     [all...]
  /external/skia/tests/
PathTest.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 304 milliseconds