Home
last modified time | relevance | path

Searched refs:getMaxX (Results 1 – 10 of 10) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java45 public final float getMaxX() { in getMaxX() method in AABoxCollisionVolume
111 maxX = Math.max(getMaxX(), other.getMaxX()); in growBy()
116 maxX = other.getMaxX(); in growBy()
DCollisionVolume.java61 final float maxX = getMaxX(); in getMinXPosition()
75 value = getMaxX(); in getMaxXPosition()
103 protected abstract float getMaxX(); in getMaxX() method in CollisionVolume
DSphereCollisionVolume.java44 public float getMaxX() { in getMaxX() method in SphereCollisionVolume
137 maxX = Math.max(getMaxX(), other.getMaxX()); in growBy()
142 maxX = other.getMaxX(); in growBy()
DGameObjectCollisionSystem.java238 boundingVolume.getMaxX() - boundingVolume.getMinX(), in drawDebugVolumes()
250 volume.getMaxX() - volume.getMinX(), in drawDebugVolumes()
263 volume.getMaxX() - volume.getMinX(), in drawDebugVolumes()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DRectRegion.java74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY()); in intersects()
150 public Number getMaxX() { in getMaxX() method in RectRegion
DXYPlot.java1093 return calculatedMaxX != null ? calculatedMaxX : getDefaultBounds().getMaxX(); in getCalculatedMaxX()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417BoundingBox.h31 int32_t getMaxX();
DBC_PDF417ScanningDecoder.cpp127 if (startColumn < 0 || startColumn > boundingBox->getMaxX()) { in decode()
134 image, boundingBox->getMinX(), boundingBox->getMaxX(), leftToRight, in decode()
554 : detectionResult->getBoundingBox()->getMaxX(); in getStartColumn()
DBC_PDF417BoundingBox.cpp139 int32_t CBC_BoundingBox::getMaxX() { in getMaxX() function in CBC_BoundingBox
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...