Lines Matching refs:rectangle
59 \brief The value of the rectangle's left edge.
67 \brief The value of the rectangle's top edge.
75 \brief The value of the rectangle's right edge.
83 \brief The value of the rectangle's bottom edge.
202 \param rect The rectangle to test.
225 \brief Returns The width of the rectangle rounded using
228 \return The width of the rectangle as an int32.
236 \brief Returns the width of the rectangle.
238 \return The width of the rectangle as a float.
244 \brief Returns The height of the rectangle rounded using
247 \return The height of the rectangle as an int32.
255 \brief Returns the height of the rectangle.
257 \return The height of the rectangle as a float.
370 Positive values make the rectangle smaller, negative values make it larger.
468 Positive values move the rectangle right and down, negative values move the
469 rectangle left and up.
483 of the rectangle.
485 \param point The \a point to use to move the rectangle.
494 \a dy units point without changing the size of the rectangle.
496 \param dx The number of units the move the rectangle vertically.
497 \param dy The number of units the move the rectangle horizontally.
507 \param point The \a point to use to move the rectangle.
519 \param dx The number of units the move the rectangle vertically.
520 \param dy The number of units the move the rectangle horizontally.
535 \param point The \a point to use to move the rectangle.
550 \param dx The number of units the move the rectangle vertically.
551 \param dy The number of units the move the rectangle horizontally.
587 \param point The \a point to use to move the rectangle.
617 \param point The \a point to use to move the rectangle.
632 \param x The number of units the move the rectangle vertically.
633 \param y The number of units the move the rectangle horizontally.