Home
last modified time | relevance | path

Searched refs:nativePath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DCanvas.java2017 long nativePath, in native_clipPath() argument
2029 long nativePath); in native_quickReject() argument
2065 long nativePath, in native_drawPath() argument
2116 int count, long nativePath, in native_drawTextOnPath() argument
2121 String text, long nativePath, in native_drawTextOnPath() argument
/frameworks/base/core/java/android/view/
DRenderNode.java859 private static native boolean nSetOutlineConvexPath(long renderNode, long nativePath, in nSetOutlineConvexPath() argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java393 long nativePath, in native_clipPath() argument
400 Path_Delegate pathDelegate = Path_Delegate.getDelegate(nativePath); in native_clipPath()