Home
last modified time | relevance | path

Searched refs:Path_Delegate (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java54 public final class Path_Delegate { class
57 private static final DelegateManager<Path_Delegate> sManager =
58 new DelegateManager<Path_Delegate>(Path_Delegate.class);
74 public static Path_Delegate getDelegate(long nPath) { in getDelegate()
101 Path_Delegate newDelegate = new Path_Delegate(); in init1()
109 Path_Delegate newDelegate = new Path_Delegate(); in init2()
112 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in init2()
122 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in native_reset()
139 Path_Delegate pathDstDelegate = sManager.getDelegate(native_dst); in native_set()
144 Path_Delegate pathSrcDelegate = sManager.getDelegate(native_src); in native_set()
[all …]
DPathMeasure_Delegate.java59 native_path = Path_Delegate.init2(native_path); in PathMeasure_Delegate()
60 Path_Delegate.native_close(native_path); in PathMeasure_Delegate()
63 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path); in PathMeasure_Delegate()
111 native_path = Path_Delegate.init2(native_path); in native_setPath()
112 Path_Delegate.native_close(native_path); in native_setPath()
115 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path); in native_setPath()
140 Path_Delegate path = Path_Delegate.getDelegate(pathMeasure.mNativePath); in native_isClosed()
187 Path_Delegate.native_moveTo(native_dst_path, lastPoint[0], lastPoint[1]); in native_getSegment()
194 Path_Delegate.native_moveTo(native_dst_path, points[0], points[1]); in native_getSegment()
197 Path_Delegate.native_lineTo(native_dst_path, points[0], points[1]); in native_getSegment()
[all …]
DRegion_Delegate.java313 Path_Delegate path = Path_Delegate.getDelegate(native_path); in nativeSetPath()
355 Path_Delegate path = Path_Delegate.getDelegate(native_path); in nativeGetBoundaryPath()
DPaint_Delegate.java792 Path_Delegate srcPath = Path_Delegate.getDelegate(src); in nGetFillPath()
797 Path_Delegate dstPath = Path_Delegate.getDelegate(dst); in nGetFillPath()
DCanvas_Delegate.java408 Path_Delegate pathDelegate = Path_Delegate.getDelegate(nativePath); in native_clipPath()
708 final Path_Delegate pathDelegate = Path_Delegate.getDelegate(path); in native_drawPath()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java25 import android.graphics.Path_Delegate;
69 Path_Delegate path_delegate = Path_Delegate.getDelegate(pathPtr); in nParseStringForPath()
79 Path_Delegate path_delegate = Path_Delegate.getDelegate(outPathPtr); in nCreatePathFromPathData()
416 public static void nodesToPath(@NonNull PathDataNode[] node, @NonNull Path_Delegate path) { in nodesToPath()
443 private static void addCommand(@NonNull Path_Delegate path, float[] current, in addCommand()
695 private static void drawArc(@NonNull Path_Delegate p, float x0, float y0, float x1, in drawArc()
792 private static void arcToBezier(@NonNull Path_Delegate p, double cx, double cy, double a, in arcToBezier()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java26 import android.graphics.Path_Delegate;
100 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java35 import android.graphics.Path_Delegate;
983 Path_Delegate.getDelegate(path.mNativePath)); in toPath()
1143 Path_Delegate.native_setFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()