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

/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionVolume.java64 value = getMinX();
72 final float minX = getMinX();
102 protected abstract float getMinX(); method in class:CollisionVolume
H A DAABoxCollisionVolume.java50 public final float getMinX() { method in class:AABoxCollisionVolume
112 minX = Math.max(getMinX(), other.getMinX());
117 minX = other.getMinX();
H A DSphereCollisionVolume.java49 public float getMinX() { method in class:SphereCollisionVolume
138 minX = Math.min(getMinX(), other.getMinX());
143 minX = other.getMinX();
H A DGameObjectCollisionSystem.java238 boundingVolume.getMaxX() - boundingVolume.getMinX(),
250 volume.getMaxX() - volume.getMinX(),
263 volume.getMaxX() - volume.getMinX(),
/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417BoundingBox.h30 int32_t getMinX();
H A DBC_PDF417BoundingBox.cpp136 int32_t CBC_BoundingBox::getMinX() { function in class:CBC_BoundingBox
H A DBC_PDF417ScanningDecoder.cpp134 image, boundingBox->getMinX(), boundingBox->getMaxX(), leftToRight,
553 return leftToRight ? detectionResult->getBoundingBox()->getMinX()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DRectRegion.java74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY());
142 public Number getMinX() { method in class:RectRegion
H A DXYPlot.java1084 return calculatedMinX != null ? calculatedMinX : getDefaultBounds().getMinX();
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 2218 milliseconds