Lines Matching full:rectangle
520 * Reads a rectangle of pixels from a render target.
522 * @param left left edge of the rectangle to read (inclusive)
523 * @param top top edge of the rectangle to read (inclusive)
524 * @param width width of rectangle to read in pixels.
525 * @param height height of rectangle to read in pixels.
527 * @param buffer memory to read the rectangle into.
544 * rectangle.
546 * @param left left edge of the rectangle to write (inclusive)
547 * @param top top edge of the rectangle to write (inclusive)
548 * @param width width of rectangle to write in pixels.
549 * @param height height of rectangle to write in pixels.
551 * @param buffer memory to read the rectangle from.
566 * Reads a rectangle of pixels from a texture.
568 * @param left left edge of the rectangle to read (inclusive)
569 * @param top top edge of the rectangle to read (inclusive)
570 * @param width width of rectangle to read in pixels.
571 * @param height height of rectangle to read in pixels.
573 * @param buffer memory to read the rectangle into.
588 * Writes a rectangle of pixels to a texture.
590 * @param left left edge of the rectangle to write (inclusive)
591 * @param top top edge of the rectangle to write (inclusive)
592 * @param width width of rectangle to write in pixels.
593 * @param height height of rectangle to write in pixels.
610 * Copies a rectangle of texels from src to dst. The size of dst is the size of the rectangle
611 * copied and topLeft is the position of the rect in src. The rectangle is clipped to src's