Lines Matching +defs:bounds +defs:top
309 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds()
321 public void computeBounds(@NonNull RectF bounds) { in computeBounds()
533 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo()
581 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect()
600 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval()
633 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc()
657 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
686 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect()
861 private static native void nComputeBounds(long nPath, RectF bounds); in nComputeBounds()
877 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo()
880 private static native void nAddRect(long nPath, float left, float top, in nAddRect()
882 private static native void nAddOval(long nPath, float left, float top, in nAddOval()
885 private static native void nAddArc(long nPath, float left, float top, float right, float bottom, in nAddArc()
887 private static native void nAddRoundRect(long nPath, float left, float top, in nAddRoundRect()
889 private static native void nAddRoundRect(long nPath, float left, float top, in nAddRoundRect()