Searched refs:mNativePath (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 47 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 …]
|
D | RenderNode.java | 714 return nSetOutlinePath(mNativeRenderNode, outline.mPath.mNativePath, in setOutline()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | PathMeasure_Delegate.java | 50 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/ |
D | PathParser.java | 39 nParseStringForPath(path.mNativePath, pathString, pathString.length()); in createPathFromPathData() 50 nCreatePathFromPathData(outPath.mNativePath, data.mNativePathData); in createPathFromPathData()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1017 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/ |
D | ViewGroup_Delegate.java | 125 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21056 Landroid/graphics/Path;->mNativePath:J
|