Home | History | Annotate | Download | only in css

Lines Matching defs:maxDistance

979     float maxDistance = topLeftDistance;
980 if (topRightDistance > maxDistance) {
981 maxDistance = topRightDistance;
985 if (bottomLeftDistance > maxDistance) {
986 maxDistance = bottomLeftDistance;
990 if (bottomRightDistance > maxDistance) {
991 maxDistance = bottomRightDistance;
994 return maxDistance;