Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java56 public final class Path_Delegate { class
59 private static final DelegateManager<Path_Delegate> sManager =
60 new DelegateManager<Path_Delegate>(Path_Delegate.class);
78 public static Path_Delegate getDelegate(long nPath) { in getDelegate()
107 Path_Delegate newDelegate = new Path_Delegate(); in nInit()
115 Path_Delegate newDelegate = new Path_Delegate(); in nInit()
118 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nInit()
128 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nReset()
167 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nGetFillType()
484 synchronized (Path_Delegate.class) { in nGetFinalizer()
[all …]
H A DPathMeasure_Delegate.java58 native_path = Path_Delegate.nInit(native_path); in PathMeasure_Delegate()
59 Path_Delegate.nClose(native_path); in PathMeasure_Delegate()
62 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path); in PathMeasure_Delegate()
110 native_path = Path_Delegate.nInit(native_path); in native_setPath()
111 Path_Delegate.nClose(native_path); in native_setPath()
114 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path); in native_setPath()
139 Path_Delegate path = Path_Delegate.getDelegate(pathMeasure.mNativePath); in native_isClosed()
193 Path_Delegate.nMoveTo(native_dst_path, points[0], points[1]); in native_getSegment()
196 Path_Delegate.nLineTo(native_dst_path, points[0], points[1]); in native_getSegment()
199 Path_Delegate.nClose(native_dst_path); in native_getSegment()
[all …]
H A DRegion_Delegate.java313 Path_Delegate path = Path_Delegate.getDelegate(native_path); in nativeSetPath()
355 Path_Delegate path = Path_Delegate.getDelegate(native_path); in nativeGetBoundaryPath()
H A DCanvas_Delegate.java385 Path_Delegate pathDelegate = Path_Delegate.getDelegate(nativePath); in nClipPath()
H A DPaint_Delegate.java806 Path_Delegate srcPath = Path_Delegate.getDelegate(src); in nGetFillPath()
811 Path_Delegate dstPath = Path_Delegate.getDelegate(dst); in nGetFillPath()
H A DBaseCanvas_Delegate.java376 final Path_Delegate pathDelegate = Path_Delegate.getDelegate(path); in nDrawPath()
/aosp12/frameworks/layoutlib/bridge/src/android/util/
H A 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()
419 public static void nodesToPath(@NonNull PathDataNode[] node, @NonNull Path_Delegate path) { in nodesToPath()
446 private static void addCommand(@NonNull Path_Delegate path, float[] current, in addCommand()
698 private static void drawArc(@NonNull Path_Delegate p, float x0, float y0, float x1, in drawArc()
795 private static void arcToBezier(@NonNull Path_Delegate p, double cx, double cy, double a, in arcToBezier()
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java28 import android.graphics.Path_Delegate;
125 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java37 import android.graphics.Path_Delegate;
1017 Path_Delegate.getDelegate(path.mNativePath)); in toPath()
1203 Path_Delegate.nSetFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()