Searched refs:endY (Results 1 - 15 of 15) 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/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java274 float endY = startY + (srcH / imageHeight);
277 endY = 1f - endY;
282 texCoords.put(endX).put(endY);
283 texCoords.put(startX).put(endY);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticlePointMesh.java151 float endY = startY + (1f / imagesY);
153 texcoords.put(startX).put(startY).put(endX).put(endY);
H A DParticleTriMesh.java255 float endY = startY + (1f / imagesY);
257 texcoords.put(startX).put(endY);
258 texcoords.put(endX).put(endY);
/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/gm/
H A Dbitmapscroll.cpp106 int endX, int endY) {
112 path.lineTo(SkIntToScalar(endX), SkIntToScalar(endY));
105 drawLabel(SkCanvas* canvas, const char *text, int startX, int startY, int endX, int endY) argument
/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/deqp/framework/common/
H A DtcuImageCompare.cpp105 const int endY = (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (0); local
114 for (int y = beginY; y < endY; y++)
/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/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 1385 milliseconds