Home | History | Annotate | Download | only in css

Lines Matching refs:minDistance

929     float minDistance = topLeftDistance;
930 if (topRightDistance < minDistance) {
931 minDistance = topRightDistance;
935 if (bottomLeftDistance < minDistance) {
936 minDistance = bottomLeftDistance;
940 if (bottomRightDistance < minDistance) {
941 minDistance = bottomRightDistance;
944 return minDistance;