Home
last modified time | relevance | path

Searched refs:getMinY (Results 1 – 11 of 11) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DAABoxCollisionVolume.java60 public final float getMinY() { in getMinY() method in AABoxCollisionVolume
114 minY = Math.max(getMinY(), other.getMinY()); in growBy()
119 minY = other.getMinY(); in growBy()
DCollisionVolume.java86 value = getMinY(); in getMinYPosition()
94 final float minY = getMinY(); in getMaxYPosition()
104 protected abstract float getMinY(); in getMinY() method in CollisionVolume
DSphereCollisionVolume.java59 public float getMinY() { in getMinY() method in SphereCollisionVolume
140 minY = Math.min(getMinY(), other.getMinY()); in growBy()
145 minY = other.getMinY(); in growBy()
DGameObjectCollisionSystem.java239 boundingVolume.getMaxY() - boundingVolume.getMinY(), in drawDebugVolumes()
251 volume.getMaxY() - volume.getMinY(), in drawDebugVolumes()
264 volume.getMaxY() - volume.getMinY(), in drawDebugVolumes()
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DetectionResultColumn.cpp32 m_codewords->SetSize(boundingBox->getMaxY() - boundingBox->getMinY() + 1); in CBC_DetectionResultColumn()
65 return imageRow - m_boundingBox->getMinY(); in imageRowToCodewordIndex()
69 return m_boundingBox->getMinY() + codewordIndex; in codewordIndexToImageRow()
DBC_PDF417BoundingBox.h32 int32_t getMinY();
DBC_PDF417ScanningDecoder.cpp89 if (i == 0 && (detectionResult->getBoundingBox()->getMinY() < in decode()
90 boundingBox->getMinY() || in decode()
123 for (int32_t imageRow = boundingBox->getMinY(); in decode()
306 imageRow >= boundingBox->getMinY(); in getRowIndicatorColumn()
DBC_PDF417BoundingBox.cpp142 int32_t CBC_BoundingBox::getMinY() { in getMinY() function in CBC_BoundingBox
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DRectRegion.java74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY()); in intersects()
158 public Number getMinY() { in getMinY() method in RectRegion
DXYPlot.java1102 return calculatedMinY != null ? calculatedMinY : getDefaultBounds().getMinY(); in getCalculatedMinY()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...