Home | History | Annotate | Download | only in graphics

Lines Matching full:coordinate

65      * @param left   The X coordinate of the left side of the rectangle
66 * @param top The Y coordinate of the top of the rectangle
67 * @param right The X coordinate of the right side of the rectangle
68 * @param bottom The Y coordinate of the bottom of the rectangle
255 * @param left The X coordinate of the left side of the rectangle
256 * @param top The Y coordinate of the top of the rectangle
257 * @param right The X coordinate of the right side of the rectangle
258 * @param bottom The Y coordinate of the bottom of the rectangle
298 * @param newLeft The new "left" coordinate for the rectangle
299 * @param newTop The new "top" coordinate for the rectangle
330 * @param x The X coordinate of the point being tested for containment
331 * @param y The Y coordinate of the point being tested for containment
515 * Update this Rect to enclose itself and the [x,y] coordinate. There is no
518 * @param x The x coordinate of the point to add to the rectangle
519 * @param y The y coordinate of the point to add to the rectangle