Searched defs:bottomLeftDistance (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp654 float bottomLeftDistance = FloatSize(p - bottomLeft).diagonalLength(); local
666 if (bottomLeftDistance < minDistance) {
667 minDistance = bottomLeftDistance;
687 float bottomLeftDistance = FloatSize(p - bottomLeft).diagonalLength(); local
699 if (bottomLeftDistance > maxDistance) {
700 maxDistance = bottomLeftDistance;

Completed in 46 milliseconds