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

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

Completed in 52 milliseconds