HomeSort by relevance Sort by last modified time
    Searched refs:getJavaShape (Results 1 - 7 of 7) sorted by null

  /frameworks/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 64 mOriginalPathIterator = new CachedPathIteratorFactory(pathDelegate.getJavaShape()
116 pathMeasure.mOriginalPathIterator = new CachedPathIteratorFactory(pathDelegate.getJavaShape()
147 for (PathIterator pi = path.getJavaShape().getPathIterator(null); !pi.isDone(); pi.next()) {
Path_Delegate.java 78 public Path2D getJavaShape() {
490 PathIterator iterator = pathDelegate.getJavaShape().getPathIterator(null, error);
Canvas_Delegate.java 387 return canvasDelegate.mSnapshot.clip(pathDelegate.getJavaShape(), regionOp);
Region_Delegate.java 318 dstRegion.mArea = new Area(path.getJavaShape());
BaseCanvas_Delegate.java 326 Shape shape = pathDelegate.getJavaShape();
Paint_Delegate.java 827 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape());
    [all...]
  /frameworks/layoutlib/bridge/src/android/view/
ViewGroup_Delegate.java 104 graphics.draw(Path_Delegate.getDelegate(outline.mPath.mNativePath).getJavaShape());

Completed in 80 milliseconds