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

  /frameworks/base/graphics/java/android/graphics/
Path.java 44 public final long mNativePath;
60 mNativePath = nInit();
61 sRegistry.registerNativeAllocation(this, mNativePath);
72 valNative = src.mNativePath;
78 mNativePath = nInit(valNative);
79 sRegistry.registerNativeAllocation(this, mNativePath);
93 nReset(mNativePath);
105 nRewind(mNativePath);
115 nSet(mNativePath, src.mNativePath);
    [all...]
  /frameworks/base/core/java/android/util/
PathParser.java 36 nParseStringForPath(path.mNativePath, pathString, pathString.length());
47 nCreatePathFromPathData(outPath.mNativePath, data.mNativePathData);
  /frameworks/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 51 private long mNativePath;
55 mNativePath = native_path;
120 pathMeasure.mNativePath = native_path;
140 Path_Delegate path = Path_Delegate.getDelegate(pathMeasure.mNativePath);
  /frameworks/layoutlib/bridge/src/android/view/
ViewGroup_Delegate.java 104 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape());
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java     [all...]
  /frameworks/base/core/java/android/view/
RenderNode.java 345 return nSetOutlineConvexPath(mNativeRenderNode, outline.mPath.mNativePath,
    [all...]

Completed in 236 milliseconds