Searched refs:bottomRightY (Results 1 – 2 of 2) sorted by relevance
68 int bottomRightY; member
782 auto bottomRightY = static_cast<int32_t>(bottomRight[1]); in CalRectInScreen() local788 if ((topLeftY > 0 && bottomRightY < INT32_MIN + topLeftY) || in CalRectInScreen()789 (topLeftY < 0 && bottomRightY > INT32_MAX + topLeftY)) { in CalRectInScreen()791 topLeftY, bottomRightY); in CalRectInScreen()794 auto height = std::abs(topLeftY - bottomRightY); in CalRectInScreen()