Lines Matching refs:right
221 /// <code>for (int32_t x = rect.x(); x < rect.right(); ++x) {}</code>
224 int32_t right() const {
277 /// @param[in] right An int32_t value representing a right
281 void Inset(int32_t left, int32_t top, int32_t right, int32_t bottom);
606 /// <code>for (float x = rect.x(); x < rect.right(); ++x) {}</code>
609 float right() const {
662 /// @param[in] right An float value representing a right
666 void Inset(float left, float top, float right, float bottom);
791 /// @param[in] rhs The <code>Rect</code> on the right-hand side of the equation.
804 /// @param[in] rhs The <code>Rect</code> on the right-hand side of the
817 /// @param[in] rhs The <code>FloatRect</code> on the right-hand side of the
832 /// @param[in] rhs The <code>FloatRect</code> on the right-hand side of the