Searched refs:lowerRight (Results 1 – 2 of 2) sorted by relevance
760 FloatPoint upperLeft, lowerRight; in getRect() local762 bool foundLowerRight = getLowerRightCorner(lowerRight); in getRect()768 lowerRight = upperLeft; in getRect()770 upperLeft = lowerRight; in getRect()773 lowerRight.setX(max(upperLeft.x(), lowerRight.x())); in getRect()774 lowerRight.setY(max(upperLeft.y(), lowerRight.y())); in getRect()776 return enclosingIntRect(FloatRect(upperLeft, lowerRight - upperLeft)); in getRect()
508 …float afterWidth = MAX(FixedToFloat(firstGlyphBounds.lowerRight.x), FixedToFloat(firstGlyphBounds.…594 …urn MAX(FixedToFloat(firstGlyphBounds.upperRight.x), FixedToFloat(firstGlyphBounds.lowerRight.x)) -