Searched refs:getJavaShape (Results 1 – 7 of 7) sorted by relevance
64 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()
82 public Path2D getJavaShape() { in getJavaShape() method in Path_Delegate500 PathIterator iterator = pathDelegate.getJavaShape().getPathIterator(null, error); in nApproximate()
391 return canvasDelegate.mSnapshot.clip(pathDelegate.getJavaShape(), regionOp); in nClipPath()
318 dstRegion.mArea = new Area(path.getJavaShape()); in nativeSetPath()
379 Shape shape = pathDelegate.getJavaShape(); in nDrawPath()
817 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in nGetFillPath()
125 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape()); in getPathShadow()