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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp926 float bottomRightDistance = FloatSize(p - bottomRight).diagonalLength(); local
940 if (bottomRightDistance < minDistance) {
941 minDistance = bottomRightDistance;
959 float bottomRightDistance = FloatSize(p - bottomRight).diagonalLength(); local
973 if (bottomRightDistance > maxDistance) {
974 maxDistance = bottomRightDistance;

Completed in 64 milliseconds