Searched refs:mNativePath (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 33 public long mNativePath; field in Path 49 mNativePath = init1(); in Path() 60 valNative = src.mNativePath; in Path() 66 mNativePath = init2(valNative); in Path() 80 native_reset(mNativePath); in reset() 92 native_rewind(mNativePath); in rewind() 102 native_set(mNativePath, src.mNativePath); in set() 177 if (native_op(path1.mNativePath, path2.mNativePath, op.ordinal(), this.mNativePath)) { in op() 197 return native_isConvex(mNativePath); in isConvex() 246 return sFillTypeArray[native_getFillType(mNativePath)]; in getFillType() [all …]
|
/frameworks/base/tools/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 | 34 nParseStringForPath(path.mNativePath, pathString, pathString.length()); in createPathFromPathData() 45 nCreatePathFromPathData(outPath.mNativePath, data.mNativePathData); in createPathFromPathData()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 983 Path_Delegate.getDelegate(path.mNativePath)); in toPath() 1101 Canvas_Delegate.native_clipPath(canvasPtr, mRenderPath.mNativePath, Op in drawPath() 1143 Path_Delegate.native_setFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath() 1144 Canvas_Delegate.native_drawPath(canvasPtr, mRenderPath.mNativePath, fillPaint in drawPath() 1174 Canvas_Delegate.native_drawPath(canvasPtr, mRenderPath.mNativePath, strokePaint in drawPath()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | ViewGroup_Delegate.java | 100 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
|
/frameworks/base/core/java/android/view/ |
D | RenderNode.java | 322 return nSetOutlineConvexPath(mNativeRenderNode, outline.mPath.mNativePath, in setOutline()
|