Home
last modified time | relevance | path

Searched refs:getJavaShape (Results 1 – 7 of 7) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java64 mOriginalPathIterator = new CachedPathIteratorFactory(pathDelegate.getJavaShape() in PathMeasure_Delegate()
116 … pathMeasure.mOriginalPathIterator = new CachedPathIteratorFactory(pathDelegate.getJavaShape() in native_setPath()
147 for (PathIterator pi = path.getJavaShape().getPathIterator(null); !pi.isDone(); pi.next()) { in native_isClosed()
DPath_Delegate.java82 public Path2D getJavaShape() { in getJavaShape() method in Path_Delegate
500 PathIterator iterator = pathDelegate.getJavaShape().getPathIterator(null, error); in nApproximate()
DCanvas_Delegate.java391 return canvasDelegate.mSnapshot.clip(pathDelegate.getJavaShape(), regionOp); in nClipPath()
DRegion_Delegate.java318 dstRegion.mArea = new Area(path.getJavaShape()); in nativeSetPath()
DBaseCanvas_Delegate.java379 Shape shape = pathDelegate.getJavaShape(); in nDrawPath()
DPaint_Delegate.java817 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in nGetFillPath()
/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java125 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()