Searched refs:mNativePath (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 38 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/ |
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 | 36 nParseStringForPath(path.mNativePath, pathString, pathString.length()); in createPathFromPathData() 47 nCreatePathFromPathData(outPath.mNativePath, data.mNativePathData); in createPathFromPathData()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1005 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/ |
D | ViewGroup_Delegate.java | 102 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
|
/frameworks/base/core/java/android/view/ |
D | RenderNode.java | 345 return nSetOutlineConvexPath(mNativeRenderNode, outline.mPath.mNativePath, in setOutline()
|