Searched refs:getMaxX (Results 1 – 10 of 10) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | AABoxCollisionVolume.java | 45 public final float getMaxX() { in getMaxX() method in AABoxCollisionVolume 111 maxX = Math.max(getMaxX(), other.getMaxX()); in growBy() 116 maxX = other.getMaxX(); in growBy()
|
D | CollisionVolume.java | 61 final float maxX = getMaxX(); in getMinXPosition() 75 value = getMaxX(); in getMaxXPosition() 103 protected abstract float getMaxX(); in getMaxX() method in CollisionVolume
|
D | SphereCollisionVolume.java | 44 public float getMaxX() { in getMaxX() method in SphereCollisionVolume 137 maxX = Math.max(getMaxX(), other.getMaxX()); in growBy() 142 maxX = other.getMaxX(); in growBy()
|
D | GameObjectCollisionSystem.java | 238 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/ |
D | RectRegion.java | 74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY()); in intersects() 150 public Number getMaxX() { in getMaxX() method in RectRegion
|
D | XYPlot.java | 1093 return calculatedMaxX != null ? calculatedMaxX : getDefaultBounds().getMaxX(); in getCalculatedMaxX()
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417BoundingBox.h | 31 int32_t getMaxX();
|
D | BC_PDF417ScanningDecoder.cpp | 127 if (startColumn < 0 || startColumn > boundingBox->getMaxX()) { in decode() 134 image, boundingBox->getMinX(), boundingBox->getMaxX(), leftToRight, in decode() 554 : detectionResult->getBoundingBox()->getMaxX(); in getStartColumn()
|
D | BC_PDF417BoundingBox.cpp | 139 int32_t CBC_BoundingBox::getMaxX() { in getMaxX() function in CBC_BoundingBox
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |