Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java38 public long mNativePath; field in Path
54 mNativePath = nInit(); in Path()
65 valNative = src.mNativePath; in Path()
71 mNativePath = nInit(valNative); in Path()
85 nReset(mNativePath); in reset()
97 nRewind(mNativePath); in rewind()
107 nSet(mNativePath, src.mNativePath); in set()
182 if (nOp(path1.mNativePath, path2.mNativePath, op.ordinal(), this.mNativePath)) { in op()
202 return nIsConvex(mNativePath); in isConvex()
251 return sFillTypeArray[nGetFillType(mNativePath)]; in getFillType()
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java51 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/
DPathParser.java36 nParseStringForPath(path.mNativePath, pathString, pathString.length()); in createPathFromPathData()
47 nCreatePathFromPathData(outPath.mNativePath, data.mNativePathData); in createPathFromPathData()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1005 Path_Delegate.getDelegate(path.mNativePath)); in toPath()
1136 Canvas_Delegate.nClipPath(canvasPtr, mRenderPath.mNativePath, Op in drawPath()
1179 Path_Delegate.nSetFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()
1180 BaseCanvas_Delegate.nDrawPath(canvasPtr, mRenderPath.mNativePath, fillPaint in drawPath()
1211 BaseCanvas_Delegate.nDrawPath(canvasPtr, mRenderPath.mNativePath, strokePaint in drawPath()
/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java102 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
/frameworks/base/core/java/android/view/
DRenderNode.java345 return nSetOutlineConvexPath(mNativeRenderNode, outline.mPath.mNativePath, in setOutline()