Home
last modified time | relevance | path

Searched refs:bottomRightDistance (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp657 float bottomRightDistance = FloatSize(p - bottomRight).diagonalLength(); in distanceToClosestCorner() local
671 if (bottomRightDistance < minDistance) { in distanceToClosestCorner()
672 minDistance = bottomRightDistance; in distanceToClosestCorner()
690 float bottomRightDistance = FloatSize(p - bottomRight).diagonalLength(); in distanceToFarthestCorner() local
704 if (bottomRightDistance > maxDistance) { in distanceToFarthestCorner()
705 maxDistance = bottomRightDistance; in distanceToFarthestCorner()