Searched refs:mNativePath (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 46 public final long mNativePath; field in Path 64 mNativePath = nInit(); in Path() 65 sRegistry.registerNativeAllocation(this, mNativePath); in Path() 76 valNative = src.mNativePath; in Path() 82 mNativePath = nInit(valNative); in Path() 83 sRegistry.registerNativeAllocation(this, mNativePath); in Path() 97 nReset(mNativePath); in reset() 109 nRewind(mNativePath); in rewind() 119 nSet(mNativePath, src.mNativePath); in set() 194 if (nOp(path1.mNativePath, path2.mNativePath, op.ordinal(), this.mNativePath)) { in op() [all …]
|
D | RenderNode.java | 691 return nSetOutlineConvexPath(mNativeRenderNode, outline.mPath.mNativePath, in setOutline()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | PathMeasure_Delegate.java | 51 private long mNativePath; field in PathMeasure_Delegate 55 mNativePath = native_path; in PathMeasure_Delegate() 120 pathMeasure.mNativePath = native_path; in native_setPath() 140 Path_Delegate path = Path_Delegate.getDelegate(pathMeasure.mNativePath); in native_isClosed()
|
/frameworks/base/core/java/android/util/ |
D | PathParser.java | 38 nParseStringForPath(path.mNativePath, pathString, pathString.length()); in createPathFromPathData() 49 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 | 129 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 22481 Landroid/graphics/Path;->mNativePath:J
|