Lines Matching full:rectangle
39 * Helper that gets the width and height of the surface as a bounding rectangle.
93 * Reads a rectangle of pixels from the surface.
94 * @param left left edge of the rectangle to read (inclusive)
95 * @param top top edge of the rectangle to read (inclusive)
96 * @param width width of rectangle to read in pixels.
97 * @param height height of rectangle to read in pixels.
99 * @param buffer memory to read the rectangle into.
115 * rectangle.
116 * @param left left edge of the rectangle to write (inclusive)
117 * @param top top edge of the rectangle to write (inclusive)
118 * @param width width of rectangle to write in pixels.
119 * @param height height of rectangle to write in pixels.
121 * @param buffer memory to read the rectangle from.