Home | History | Annotate | Download | only in graphics

Lines Matching full:rectangle

569      * Modify the current clip with the specified rectangle.
581 * Modify the current clip with the specified rectangle, which is
584 * @param rect The rectangle to intersect with the current clip.
594 * Intersect the current clip with the specified rectangle, which is
597 * @param rect The rectangle to intersect with the current clip.
603 * Intersect the current clip with the specified rectangle, which is
606 * @param rect The rectangle to intersect with the current clip.
612 * Modify the current clip with the specified rectangle, which is
615 * @param left The left side of the rectangle to intersect with the
617 * @param top The top of the rectangle to intersect with the current
619 * @param right The right side of the rectangle to intersect with the
621 * @param bottom The bottom of the rectangle to intersect with the current
631 * Intersect the current clip with the specified rectangle, which is
634 * @param left The left side of the rectangle to intersect with the
636 * @param top The top of the rectangle to intersect with the current clip
637 * @param right The right side of the rectangle to intersect with the
639 * @param bottom The bottom of the rectangle to intersect with the current
646 * Intersect the current clip with the specified rectangle, which is
649 * @param left The left side of the rectangle to intersect with the
651 * @param top The top of the rectangle to intersect with the current clip
652 * @param right The right side of the rectangle to intersect with the
654 * @param bottom The bottom of the rectangle to intersect with the current
746 * Return true if the specified rectangle, after being transformed by the
782 * Return true if the specified rectangle, after being transformed by the
787 * @param left The left side of the rectangle to compare with the
789 * @param top The top of the rectangle to compare with the current
791 * @param right The right side of the rectangle to compare with the
793 * @param bottom The bottom of the rectangle to compare with the
880 * infinitely large rectangle with the specified paint.
956 * Draw the specified Rect using the specified paint. The rectangle will
967 * Draw the specified Rect using the specified Paint. The rectangle
970 * @param r The rectangle to be drawn.
971 * @param paint The paint used to draw the rectangle
979 * Draw the specified Rect using the specified paint. The rectangle will
982 * @param left The left side of the rectangle to be drawn
983 * @param top The top side of the rectangle to be drawn
984 * @param right The right side of the rectangle to be drawn
985 * @param bottom The bottom side of the rectangle to be drawn
996 * @param oval The rectangle bounds of the oval to be drawn
1097 * @param dst The destination rectangle.
1110 * @param dst The destination rectangle.
1146 * the destination rectangle. If the source rectangle is not null, it
1156 * This is because the source and destination rectangle coordinate
1162 * @param dst The rectangle that the bitmap will be scaled/translated
1177 * the destination rectangle. If the source rectangle is not null, it
1187 * This is because the source and destination rectangle coordinate
1193 * @param dst The rectangle that the bitmap will be scaled/translated
1667 * Draw the picture, stretched to fit into the dst rectangle.
1680 * Draw the picture, stretched to fit into the dst rectangle.