Home
last modified time | relevance | path

Searched refs:mNativePath (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPath.java47 public final long mNativePath; field in Path
65 mNativePath = nInit(); in Path()
66 sRegistry.registerNativeAllocation(this, mNativePath); in Path()
77 valNative = src.mNativePath; in Path()
83 mNativePath = nInit(valNative); in Path()
84 sRegistry.registerNativeAllocation(this, mNativePath); in Path()
98 nReset(mNativePath); in reset()
110 nRewind(mNativePath); in rewind()
120 nSet(mNativePath, src.mNativePath); in set()
195 if (nOp(path1.mNativePath, path2.mNativePath, op.ordinal(), this.mNativePath)) { in op()
[all …]
DRenderNode.java714 return nSetOutlinePath(mNativeRenderNode, outline.mPath.mNativePath, in setOutline()
/frameworks/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java50 private long mNativePath; field in PathMeasure_Delegate
54 mNativePath = native_path; in PathMeasure_Delegate()
119 pathMeasure.mNativePath = native_path; in native_setPath()
139 Path_Delegate path = Path_Delegate.getDelegate(pathMeasure.mNativePath); in native_isClosed()
/frameworks/base/core/java/android/util/
DPathParser.java39 nParseStringForPath(path.mNativePath, pathString, pathString.length()); in createPathFromPathData()
50 nCreatePathFromPathData(outPath.mNativePath, data.mNativePathData); in createPathFromPathData()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1017 Path_Delegate.getDelegate(path.mNativePath)); in toPath()
1150 Canvas_Delegate.nClipPath(canvasPtr, mRenderPath.mNativePath, Op in drawPath()
1203 Path_Delegate.nSetFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()
1204 BaseCanvas_Delegate.nDrawPath(canvasPtr, mRenderPath.mNativePath, fillPaint in drawPath()
1244 BaseCanvas_Delegate.nDrawPath(canvasPtr, mRenderPath.mNativePath, strokePaint in drawPath()
/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java125 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21056 Landroid/graphics/Path;->mNativePath:J