Searched refs:endY (Results 1 - 17 of 17) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/actions/
H A DSwipeAction.java158 int endY;
165 endY = adjustedTop;
171 endY = adjustedbottom;
177 endY = elementRect.centerY();
183 endY = elementRect.centerY();
190 double yStep = ((double) (endY - startY)) / steps;
206 Events.touchUp(injector, downTime, endX, endY);
/external/replicaisland/tools/
H A DExtractPoints.js81 edge.endY = lastPoint.anchor[1];
83 var normalX = -(edge.endY - edge.startY);
103 totalY += edge.endY;
106 var height = edge.endY - edge.startY;
109 edge.centerY = edge.endY - (height / 2);
149 edge.endY -= tile.yOffset;
173 edge.endY = tileSizeY - edge.endY;
178 Math.floor(edge.endY) + ":" + edge.normalX + "," + edge.normalY +
/external/replicaisland/src/com/replica/replicaisland/
H A DTiledVertexGrid.java195 final int endY = startY + verticalSlop + vertTileCount;
209 for (int tileY = startY; tileY < endY && tileY < mTilesPerColumn; tileY++) {
H A DCollisionSystem.java162 float endY = top;
174 endY = bottom;
181 final int endTileY = Utils.clamp((int)(endY / mTileHeight), 0, mWorld.getHeight() - 1);
563 final float endY = Utils.byteArrayToFloat(mWorkspaceBytes);
573 newSegment.mEndPoint.set(endX, endY);
/external/skia/src/core/
H A DSkGeometry.cpp1142 const SkScalar endY = src.fPts[2].fY; local
1143 if (between(startY, src.fPts[1].fY, endY)) {
1147 if (!between(startY, midY, endY)) {
1149 SkScalar closerY = SkTAbs(midY - startY) < SkTAbs(midY - endY) ? startY : endY;
1157 if (!between(dst[1].fPts[0].fY, dst[1].fPts[1].fY, endY)) {
1160 dst[1].fPts[1].fY = endY;
1165 SkASSERT(between(dst[0].fPts[2].fY, dst[1].fPts[1].fY, endY));
/external/skia/tools/viewer/
H A DViewer.cpp911 int endY = startY - flushHeight; local
914 SkIntToScalar(x), SkIntToScalar(endY), paint);
915 startY = endY;
916 endY = startY - paintHeight;
919 SkIntToScalar(x), SkIntToScalar(endY), paint);
920 startY = endY;
921 endY = startY - animateHeight;
924 SkIntToScalar(x), SkIntToScalar(endY), paint);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp77 const int endY = static_cast<int>(0.85f * (float)image.getHeight()); local
79 for (int y = startY; y < endY; ++y)
/external/deqp/framework/common/
H A DtcuImageCompare.cpp105 const int endY = (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (height); local
109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug
115 for (int y = beginY; y < endY; y++)
/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/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp1821 const int endY = (int)(0.85f * (float)rendered.getHeight());
1823 for (int y = startY; y < endY; y++)
/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 414 milliseconds