Lines Matching full:rectangle
224 /** Returns true if the path specifies a rectangle. If so, and if rect is
226 specify a rectangle, return false and ignore rect.
229 a rectangle
230 @return true if the path specifies a rectangle
288 * Does a conservative test to see whether a rectangle is inside a path. Currently it only
558 /** Returns true if the path specifies a rectangle. If so, and if isClosed is
561 specify a rectangle, return false and ignore isClosed and direction.
564 @param direction If not null, set to the rectangle's direction
565 @return true if the path specifies a rectangle
570 rect is not null, set rect[0] to the outer rectangle and rect[1] to the inner
571 rectangle. If so, and dirs is not null, set dirs[0] to the direction of
572 the outer rectangle and dirs[1] to the direction of the inner rectangle. If
583 * Add a closed rectangle contour to the path
584 * @param rect The rectangle to add as a closed contour to the path
585 * @param dir The direction to wind the rectangle's contour. Cannot be
591 * Add a closed rectangle contour to the path
593 * @param left The left side of a rectangle to add as a closed contour
595 * @param top The top of a rectangle to add as a closed contour to the
597 * @param right The right side of a rectangle to add as a closed contour
599 * @param bottom The bottom of a rectangle to add as a closed contour to
601 * @param dir The direction to wind the rectangle's contour. Cannot be
640 * Add a closed round-rectangle contour to the path
641 * @param rect The bounds of a round-rectangle to add as a closed contour
642 * @param rx The x-radius of the rounded corners on the round-rectangle
643 * @param ry The y-radius of the rounded corners on the round-rectangle
644 * @param dir The direction to wind the rectangle's contour. Cannot be
651 * Add a closed round-rectangle contour to the path. Each corner receives
654 * @param rect The bounds of a round-rectangle to add as a closed contour
656 * @param dir The direction to wind the rectangle's contour. Cannot be