Searched refs:mNativePath (Results 1 – 3 of 3) sorted by relevance
30 public final long mNativePath; field in Path46 mNativePath = init1(); in Path()57 valNative = src.mNativePath; in Path()63 mNativePath = init2(valNative); in Path()77 native_reset(mNativePath); in reset()89 native_rewind(mNativePath); in rewind()97 native_set(mNativePath, src.mNativePath); in set()162 if (native_op(path1.mNativePath, path2.mNativePath, op.ordinal(), this.mNativePath)) { in op()182 return native_isConvex(mNativePath); in isConvex()231 return sFillTypeArray[native_getFillType(mNativePath)]; in getFillType()[all …]
100 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
359 return nSetOutlineConvexPath(mNativeRenderNode, outline.mPath.mNativePath, in setOutline()