Home | History | Annotate | Download | only in graphics

Lines Matching full:coordinates

28  * Rect holds four integer coordinates for a rectangle. The rectangle is
29 * represented by the coordinates of its 4 edges (left, top, right bottom).
32 * the coordinates are sorted correctly (i.e. left <= right and top <= bottom).
56 * Create a new empty Rect. All coordinates are initialized to 0.
61 * Create a new rectangle with the specified coordinates. Note: no range
81 * @param r The rectangle whose coordinates are copied into the new
251 * Set the rectangle's coordinates to the specified values. Note: no range
268 * Copy the coordinates from src into this rectangle.
270 * @param src The rectangle whose coordinates are copied into this
281 * Offset the rectangle by adding dx to its left and right coordinates, and
282 * adding dy to its top and bottom coordinates.
284 * @param dx The amount to add to the rectangle's left and right coordinates
285 * @param dy The amount to add to the rectangle's top and bottom coordinates
564 * @param out The parcel to write the rectangle's coordinates into
592 * Set the rectangle's coordinates from the data stored in the specified
595 * @param in The parcel to read the rectangle's coordinates from