Searched defs:endY (Results 1 - 19 of 19) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/math/
H A DBresenham2.java49 * @param endY the end y coordinate of the line
51 public Array<GridPoint2> line (int startX, int startY, int endX, int endY) { argument
54 return line(startX, startY, endX, endY, pool, points);
61 * @param endY the end y coordinate of the line
65 public Array<GridPoint2> line (int startX, int startY, int endX, int endY, Pool<GridPoint2> pool, Array<GridPoint2> output) { argument
68 int h = endY - startY;
H A DIntersector.java213 public static float distanceLinePoint (float startX, float startY, float endX, float endY, float pointX, float pointY) { argument
214 float normalLength = (float)Math.sqrt((endX - startX) * (endX - startX) + (endY - startY) * (endY - startY));
215 return Math.abs((pointX - startX) * (endY - startY) - (pointY - startY) * (endX - startX)) / normalLength;
219 public static float distanceSegmentPoint (float startX, float startY, float endX, float endY, float pointX, float pointY) { argument
220 return nearestSegmentPoint(startX, startY, endX, endY, pointX, pointY, v2tmp).dst(pointX, pointY);
239 public static Vector2 nearestSegmentPoint (float startX, float startY, float endX, float endY, float pointX, float pointY, argument
242 final float yDiff = endY - startY;
245 float t = ((pointX - startX) * (endX - startX) + (pointY - startY) * (endY - startY)) / length2;
247 if (t > 1) return nearest.set(endX, endY);
[all...]
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
H A DMoveToAction.java25 private float endX, endY; field in class:MoveToAction
34 target.setPosition(startX + (endX - startX) * percent, startY + (endY - startY) * percent, alignment);
44 endY = y;
49 endY = y;
62 return endY;
66 endY = y;
H A DScaleToAction.java23 private float endX, endY; field in class:ScaleToAction
31 target.setScale(startX + (endX - startX) * percent, startY + (endY - startY) * percent);
36 endY = y;
41 endY = scale;
53 return endY;
57 this.endY = y;
/external/skia/tools/VisualBench/
H A DVisualInteractiveModule.cpp59 int endY = startY - (int)(fMeasurements[i] * kPixelPerMS + 0.5); // round to nearest value local
61 SkIntToScalar(x), SkIntToScalar(endY), paint);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/superkoalio/
H A DSuperKoalio.java201 int startX, startY, endX, endY;
208 endY = (int)(koala.position.y + Koala.HEIGHT);
209 getTiles(startX, startY, endX, endY, tiles);
222 startY = endY = (int)(koala.position.y + Koala.HEIGHT + koala.velocity.y);
224 startY = endY = (int)(koala.position.y + koala.velocity.y);
228 getTiles(startX, startY, endX, endY, tiles);
273 private void getTiles (int startX, int startY, int endX, int endY, Array<Rectangle> tiles) { argument
277 for (int y = startY; y <= endY; y++) {
/external/opencv3/modules/imgproc/src/
H A Dfilterengine.hpp271 int endY; member in class:cv::FilterEngine
/external/deqp/framework/common/
H A DtcuImageCompare.cpp105 const int endY = (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (height); local
114 for (int y = beginY; y < endY; y++)
/external/skia/src/utils/
H A DSkTextureCompressor_Blitter.h342 const int endY = SkMin32(j + BlockDim, clip.bottom()); variable
344 for (int y = startY; y < endY; ++y) {
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfOutputFile.cpp330 int startY, endY; // The first and last scanlines in local
337 endY = min (lineBufferMaxY, ofd->maxY) + 1;
343 endY = max (lineBufferMinY, ofd->minY) - 1;
351 for (int y = startY; y != endY; y += step)
/external/ImageMagick/Magick++/lib/Magick++/
H A DDrawable.h422 void endY( double endY_ ) function in class:Magick::DrawableArc
426 double endY( void ) const function in class:Magick::DrawableArc
1180 void endY( double endY_ ) function in class:Magick::DrawableLine
1184 double endY( void ) const function in class:Magick::DrawableLine
/external/opencv3/modules/objdetect/src/
H A Dhaar.cpp1440 int iy, startY = range.start, endY = range.end; local
1446 for( iy = startY; iy < endY; iy++ )
1668 int endY = cvRound((img->rows - winSize.height) / ystep); local
1713 endY = cvRound((scanROI.y + scanROI.height - winSize.height) / ystep);
1719 cv::parallel_for_(cv::Range(startY, endY),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.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/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 419 milliseconds