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

/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DChaseCamera.java57 protected float minDistance = 1.0f; field in class:ChaseCamera
297 if (targetDistance < minDistance) {
298 targetDistance = minDistance;
300 if ((targetVRotation < minVerticalRotation) && (targetDistance > (minDistance + 1.0f))) {
315 if ((targetVRotation < minVerticalRotation) && (targetDistance > (minDistance + 1.0f))) {
499 * @return minDistance
502 return minDistance;
507 * @return minDistance
509 public void setMinDistance(float minDistance) { argument
510 this.minDistance
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp660 float minDistance = topLeftDistance; local
661 if (topRightDistance < minDistance) {
662 minDistance = topRightDistance;
666 if (bottomLeftDistance < minDistance) {
667 minDistance = bottomLeftDistance;
671 if (bottomRightDistance < minDistance) {
672 minDistance = bottomRightDistance;
675 return minDistance;
/external/opencv/cvaux/src/
H A Dcvcorrimages.cpp728 double minDistance = icvSqDist2D32f( pt, point->pt ); local
730 if( minDistance < threshold*threshold )
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 142 milliseconds