Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
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 …]
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()
103 Path_Delegate newDelegate = new Path_Delegate(); in nInit()
111 Path_Delegate newDelegate = new Path_Delegate(); in nInit()
114 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nInit()
124 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nReset()
141 Path_Delegate pathDstDelegate = sManager.getDelegate(native_dst); in nSet()
146 Path_Delegate pathSrcDelegate = sManager.getDelegate(nSrc); in nSet()
[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.java385 Path_Delegate pathDelegate = Path_Delegate.getDelegate(nativePath); in nClipPath()
DPaint_Delegate.java781 Path_Delegate srcPath = Path_Delegate.getDelegate(src); in nGetFillPath()
786 Path_Delegate dstPath = Path_Delegate.getDelegate(dst); in nGetFillPath()
DBaseCanvas_Delegate.java319 final Path_Delegate pathDelegate = Path_Delegate.getDelegate(path); in nDrawPath()
/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()
417 public static void nodesToPath(@NonNull PathDataNode[] node, @NonNull Path_Delegate path) { in nodesToPath()
444 private static void addCommand(@NonNull Path_Delegate path, float[] current, in addCommand()
696 private static void drawArc(@NonNull Path_Delegate p, float x0, float y0, float x1, in drawArc()
793 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.java36 import android.graphics.Path_Delegate;
1005 Path_Delegate.getDelegate(path.mNativePath)); in toPath()
1179 Path_Delegate.nSetFillType(mRenderPath.mNativePath, fullPath.mFillType); in drawPath()