HomeSort by relevance Sort by last modified time
    Searched full:rectangle (Results 1 - 25 of 464) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/awt/java/awt/
Rectangle.java 28 * The Rectangle class defines the rectangular area in terms of its upper left
29 * corner coordinates [x,y], its width, and its height. A Rectangle specified by
33 * The rectangle is empty if the width or height is negative or zero. In this
38 public class Rectangle extends Rectangle2D implements Shape, Serializable {
46 * The X coordinate of the rectangle's left upper corner.
51 * The Y coordinate of the rectangle's left upper corner.
56 * The width of rectangle.
61 * The height of rectangle.
66 * Instantiates a new rectangle with [0, 0] upper left corner coordinates,
69 public Rectangle() {
    [all...]
Shape.java 33 * smallest rectangle containing the shape and for obtaining a PathIterator
35 * Shape contains or intersects a Rectangle or contains a Point.
55 * Checks whether or not the rectangle with specified [x, y, width, height]
59 * the X double coordinate of the rectangle's upper left corner.
61 * the Y double coordinate of the rectangle's upper left corner.
63 * the width of rectangle.
65 * the height of rectangle.
66 * @return true, if the specified rectangle lies inside the Shape, false
82 * Checks whether or not the specified rectangle lies inside the Shape.
86 * @return true, if the specified rectangle lies inside the Shape, fals
    [all...]
Graphics.java 58 * specified clip area. The new clip area is the rectangle defined by the
82 * Draws the highlighted outline of a rectangle.
85 * the X coordinate of the rectangle's top left corner.
87 * the Y coordinate of the rectangle's top left corner.
89 * the width of rectangle.
91 * the height of rectangle.
93 * a boolean value that determines whether the rectangle is drawn
172 * Draws the rectangle with the specified width and length and top left
176 * the X coordinate of the rectangle's top left corner.
178 * the Y coordinate of the rectangle's top left corner
    [all...]
Polygon.java 25 import java.awt.Rectangle;
75 * The smallest Rectangle that completely contains this Polygon.
77 protected Rectangle bounds;
107 * the AffineTransform object to apply rectangle path.
257 * Gets the bounding rectangle of the Polygon. The bounding rectangle is the
258 * smallest rectangle which contains the Polygon.
260 * @return the bounding rectangle of the Polygon.
263 public Rectangle getBounds() {
268 return new Rectangle();
    [all...]
  /frameworks/base/awt/java/awt/geom/
RectangularShape.java 24 import java.awt.Rectangle;
31 * which are largely determined by the rectangle they fit inside.
44 * Gets the x coordinate of the upper left corner of the rectangle.
46 * @return the x coordinate of the upper left corner of the rectangle.
51 * Gets the y coordinate of the upper left corner of the rectangle.
53 * @return the y coordinate of the upper left corner of the rectangle.
58 * Gets the width of the rectangle.
60 * @return the width of the rectangle.
65 * Gets the height of the rectangle.
67 * @return the height of the rectangle
    [all...]
Rectangle2D.java 30 * The Class Rectangle2D represents a rectangle whose coordinates are given with
39 * point is outside the rectangle and to its left.
45 * point is outside the rectangle and above it.
51 * point is outside the rectangle and to its right.
57 * point is outside the rectangle and above it.
63 * rectangle whose data values are given as floats (with float-level
71 * The x coordinate of the rectangle's upper left corner.
76 * The y coordinate of the rectangle's upper left corner.
81 * The width of the rectangle.
86 * The height of the rectangle
    [all...]
RoundRectangle2D.java 29 * The Class RoundRectangle2D describes a rectangle with rounded corners with
45 * The x coordinate of the rectangle's upper left corner.
50 * The y coordinate of the rectangle's upper left corner.
55 * The width of the rectangle.
60 * The height of the rectangle.
86 * the x coordinate of the rectangle's upper left corner.
88 * the y coordinate of the rectangle's upper left corner.
90 * the width of the rectangle.
92 * the height of the rectangle.
138 * Sets the data of the round rectangle
    [all...]
Ellipse2D.java 46 * rectangle.
52 * rectangle.
57 * The width of the ellipse's bounding rectangle.
62 * The height of the ellipse's bounding rectangle.
77 * bounding rectangle.
80 * bounding rectangle.
82 * the width of the ellipse's bounding rectangle.
84 * the height of the ellipse's bounding rectangle.
116 * Sets the data of the ellipse's bounding rectangle.
120 * bounding rectangle
    [all...]
  /frameworks/base/graphics/java/android/graphics/
RectF.java 25 * RectF holds four float coordinates for a rectangle. The rectangle is
28 * the rectangle's width and height. Note: most methods do not check to see that
43 * Create a new rectangle with the specified coordinates. Note: no range
48 * @param top The Y coordinate of the top of the rectangle
50 * @param bottom The Y coordinate of the bottom of the rectangle
60 * Create a new rectangle, initialized with the values in the specified
61 * rectangle (which is left unmodified).
63 * @param r The rectangle whose coordinates are copied into the new
64 * rectangle
    [all...]
Rect.java 27 * Rect holds four integer coordinates for a rectangle. The rectangle is
30 * the rectangle's width and height. Note: most methods do not check to see that
48 * Create a new rectangle with the specified coordinates. Note: no range
53 * @param top The Y coordinate of the top of the rectangle
55 * @param bottom The Y coordinate of the bottom of the rectangle
65 * Create a new rectangle, initialized with the values in the specified
66 * rectangle (which is left unmodified).
68 * @param r The rectangle whose coordinates are copied into the new
69 * rectangle
    [all...]
YuvImage.java 27 * To compress a rectangle region in the YUV data, users have to specify the
109 * Compress a rectangle region in the YuvImage to a jpeg.
113 * @param rectangle The rectangle region to be compressed. The medthod checks if rectangle is
114 * inside the image. Also, the method modifies rectangle if the chroma pixels
120 * @throws IllegalArgumentException if rectangle is invalid; quality is not within [0,
123 public boolean compressToJpeg(Rect rectangle, int quality, OutputStream stream) {
125 if (!wholeImage.contains(rectangle)) {
127 "rectangle is not inside the image")
    [all...]
  /external/skia/include/core/
SkRect.h 25 SkIRect holds four 32 bit integer coordinates for a rectangle
30 /** Return true if the rectangle's width or height are <= 0
34 /** Returns the rectangle's width. This does not check for a valid rectangle (i.e. left <= right)
39 /** Returns the rectangle's height. This does not check for a valid rectangle (i.e. top <= bottom)
57 /** Set the rectangle to (0,0,0,0)
68 /** Offset set the rectangle by adding dx to its left and right,
82 /** Inset the rectangle by (dx,dy). If dx is positive, then the sides are moved inwards,
83 making the rectangle narrower. If dx is negative, then the sides are moved outwards
    [all...]
  /external/proguard/src/proguard/gui/splash/
RectangleSprite.java 26 * This Sprite represents an animated rounded rectangle. It can optionally be filled.
44 * @param filled specifies whether the rectangle should be filled.
45 * @param color the variable color of the rectangle.
46 * @param x the variable x-ordinate of the upper-left corner of the rectangle.
47 * @param y the variable y-ordinate of the upper-left corner of the rectangle.
48 * @param width the variable width of the rectangle.
49 * @param height the variable height of the rectangle.
64 * @param filled specifies whether the rectangle should be filled.
65 * @param color the variable color of the rectangle.
66 * @param x the variable x-ordinate of the upper-left corner of the rectangle
    [all...]
  /external/webkit/WebCore/manual-tests/
transitions.html 31 {className:"green", description:"instantly change into a rectangle and fade from yellow to green over 5 seconds"},
33 {className:"square", description:"instantly change into a yellow rectangle and then animate into a big yellow square over 2 seconds"},
34 {className:"green", description:"instantly change into a yellow rectangle and then animate to a green rectangle over 5 seconds"},
36 {className:"green", description:"instantly change into a yellow rectangle and fade from yellow to green over 5 seconds"},
37 {className:"square", description:"instantly change to a yellow rectangle and then animate into a large yellow square over 2 seconds"},
transitions2.html 15 div.rectangle {
31 {className:"rectangle", description:"animate to a large rectangle over 5 seconds."},
34 {className:"square", description:"instantly change into a small rectangle and then animate into a large square over 2 seconds"},
35 {className:"rectangle", description:"animate to a large rectangle over 5 seconds"},
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
Rect.java 19 import org.eclipse.swt.graphics.Rectangle;
23 * Mutable rectangle bounds.
33 /** Initialize an invalid rectangle. */
37 /** Initialize rectangle to the given values. They can be invalid. */
42 /** Initialize rectangle to the given values. They can be invalid. */
47 /** Initialize rectangle to the given values. They can be invalid. */
48 public Rect(Rectangle swtRect) {
52 /** Initialize rectangle to the given values. They can be invalid. */
60 /** Initialize rectangle to match the given one. */
65 /** Initialize rectangle to match the given one. *
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 257 // Only one rectangle
262 // More than one rectangle
278 // This region not contains expected rectangle.
281 // This region contains only one rectangle and it is the expected one.
284 // This region contains more than one rectangle.
296 // This region not contains expected rectangle.
299 // This region contains only one rectangle and it is the expected one.
302 // This region contains more than one rectangle.
323 // union null rectangle
328 // 1. union rectangle inside this regio
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/state/
MenuItemState.java 24 import java.awt.Rectangle;
33 Rectangle getTextBounds();
37 Rectangle getShortcutBounds();
40 Rectangle getItemBounds();
  /frameworks/base/awt/java/awt/event/
PaintEvent.java 24 import java.awt.Rectangle;
44 private Rectangle updateRect;
46 public PaintEvent(Component source, int id, Rectangle updateRect) {
52 public Rectangle getUpdateRect() {
56 public void setUpdateRect(Rectangle updateRect) {
66 * PaintEvent.PAINT, new Rectangle(0, 0, 10, 20));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/
simple_test.groovy 21 import org.eclipse.swt.graphics.Rectangle;
35 /** Returns a new SWT Rectangle if LinearLayout or null. */
36 public Rectangle acceptDrop(String xmlName) {
38 return new Rectangle(1, 2, 3, 4);
57 SomeRect: new Rectangle(1, 2, 3, 4),
74 assert o.SomeRect == new Rectangle(1, 2, 3, 4)
compile_error.groovy 22 import org.eclipse.swt.graphics.Rectangle;
31 public Rectangle accept(])
33 // missing method: public Rectangle acceptDrop(String xmlName)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
ElementFigure.java 24 import org.eclipse.draw2d.geometry.Rectangle;
38 private Rectangle mInnerBounds;
54 public void setBounds(Rectangle rect) {
66 public Rectangle getInnerBounds() {
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RectShape.java 24 * Defines a rectangle shape.
25 * The rectangle can be drawn to a Canvas with its own draw() method,
48 * Returns the RectF that defines this rectangle's bounds.
  /external/webkit/WebKit/chromium/public/
WebScreenInfo.h 50 // "A RECT structure that specifies the display monitor rectangle,
52 // is not the primary display monitor, some of the rectangle's
57 // "A RECT structure that specifies the work area rectangle of the
59 // virtual-screen coordinates. Windows uses this rectangle to
63 // some of the rectangle's coordinates may be negative values".
  /dalvik/tests/044-proxy/
expected.txt 5 Invoke public abstract int Quads.rectangle(int,int)
8 --- rectangle 10,20
9 Success: method rectangle res=4
14 Invoke public abstract int Quads.rectangle(int,int)
17 --- rectangle 15,25
18 Success: method rectangle res=4
48 Proxy methods: [public native boolean $Proxy0.equals(java.lang.Object), public native int $Proxy0.hashCode(), public native java.lang.String $Proxy0.toString(), public native int $Proxy0.rectangle(int,int), public native int $Proxy0.square(int,int), public native int $Proxy0.trapezoid(int,double,int), public native java.lang.String $Proxy0.blob(), public native void $Proxy0.circle(int), public native void $Proxy0.upCheck(), public native void $Proxy0.upChuck(), public native double $Proxy0.blue(int), public native R0aa $Proxy0.checkMe(), public native int $Proxy0.green(double), public native int $Proxy0.mauve(java.lang.String), public native int $Proxy0.red(float)]

Completed in 1249 milliseconds

1 2 3 4 5 6 7 8 91011>>