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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 319 dstRegion.mArea = new Area(path.getJavaShape());
Path_Delegate.java 70 public Shape getJavaShape() {
Canvas_Delegate.java 499 return canvasDelegate.mSnapshot.clip(pathDelegate.getJavaShape(), regionOp);
806 Shape shape = pathDelegate.getJavaShape();
    [all...]
Paint_Delegate.java 772 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape());
    [all...]

Completed in 195 milliseconds