Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
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()
145 Path_Delegate pathDstDelegate = sManager.getDelegate(native_dst); in nSet()
150 Path_Delegate pathSrcDelegate = sManager.getDelegate(nSrc); in nSet()
[all …]
DPathMeasure_Delegate.java59 native_path = Path_Delegate.nInit(native_path); in PathMeasure_Delegate()
60 Path_Delegate.nClose(native_path); in PathMeasure_Delegate()
63 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path); in PathMeasure_Delegate()
111 native_path = Path_Delegate.nInit(native_path); in native_setPath()
112 Path_Delegate.nClose(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.nMoveTo(native_dst_path, lastPoint[0], lastPoint[1]); in native_getSegment()
194 Path_Delegate.nMoveTo(native_dst_path, points[0], points[1]); in native_getSegment()
197 Path_Delegate.nLineTo(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()
DCanvas_Delegate.java380 Path_Delegate pathDelegate = Path_Delegate.getDelegate(nativePath); in nClipPath()
DPaint_Delegate.java806 Path_Delegate srcPath = Path_Delegate.getDelegate(src); in nGetFillPath()
811 Path_Delegate dstPath = Path_Delegate.getDelegate(dst); in nGetFillPath()
DBaseCanvas_Delegate.java372 final Path_Delegate pathDelegate = Path_Delegate.getDelegate(path); in nDrawPath()
/frameworks/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()
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()
/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java29 import android.graphics.Path_Delegate;
129 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
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()