Home
last modified time | relevance | path

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

/external/droiddriver/src/io/appium/droiddriver/actions/
DSwipeAction.java158 int endY; in perform() local
165 endY = adjustedTop; in perform()
171 endY = adjustedbottom; in perform()
177 endY = elementRect.centerY(); in perform()
183 endY = elementRect.centerY(); in perform()
190 double yStep = ((double) (endY - startY)) / steps; in perform()
206 Events.touchUp(injector, downTime, endX, endY); in perform()
/external/replicaisland/tools/
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/
DTiledVertexGrid.java195 final int endY = startY + verticalSlop + vertTileCount; in draw() local
209 for (int tileY = startY; tileY < endY && tileY < mTilesPerColumn; tileY++) { in draw()
DCollisionSystem.java162 float endY = top; in testBox() local
174 endY = bottom; in testBox()
181 final int endTileY = Utils.clamp((int)(endY / mTileHeight), 0, mWorld.getHeight() - 1); in testBox()
563 final float endY = Utils.byteArrayToFloat(mWorkspaceBytes); in loadCollisionTiles() local
573 newSegment.mEndPoint.set(endX, endY); in loadCollisionTiles()
/external/skia/tools/viewer/
DViewer.cpp914 int endY = startY - flushHeight; in drawStats() local
917 SkIntToScalar(x), SkIntToScalar(endY), paint); in drawStats()
918 startY = endY; in drawStats()
919 endY = startY - paintHeight; in drawStats()
922 SkIntToScalar(x), SkIntToScalar(endY), paint); in drawStats()
923 startY = endY; in drawStats()
924 endY = startY - animateHeight; in drawStats()
927 SkIntToScalar(x), SkIntToScalar(endY), paint); in drawStats()
/external/skia/src/core/
DSkGeometry.cpp1209 const SkScalar endY = src.fPts[2].fY; in subdivide() local
1210 if (between(startY, src.fPts[1].fY, endY)) { in subdivide()
1214 if (!between(startY, midY, endY)) { in subdivide()
1216 SkScalar closerY = SkTAbs(midY - startY) < SkTAbs(midY - endY) ? startY : endY; in subdivide()
1224 if (!between(dst[1].fPts[0].fY, dst[1].fPts[1].fY, endY)) { in subdivide()
1227 dst[1].fPts[1].fY = endY; in subdivide()
1232 SkASSERT(between(dst[0].fPts[2].fY, dst[1].fPts[1].fY, endY)); in subdivide()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp77 const int endY = static_cast<int>(0.85f * (float)image.getHeight()); in verifyResult() local
79 for (int y = startY; y < endY; ++y) in verifyResult()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DGlitchAndCallbackHeatMapView.java401 float endY = rect.top - STROKE_OFFSET;
406 canvas.drawLine(startX, startY, endX, endY, strikePaint);
/external/deqp/framework/common/
DtcuImageCompare.cpp105 …const int endY = (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (heigh… in findNumPositionDeviationFailingPixels() local
109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug in findNumPositionDeviationFailingPixels()
115 for (int y = beginY; y < endY; y++) in findNumPositionDeviationFailingPixels()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h422 void endY( double endY_ ) in endY() function
426 double endY( void ) const in endY() function
1180 void endY( double endY_ ) in endY() function
1184 double endY( void ) const in endY() function
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1821 const int endY = (int)(0.85f * (float)rendered.getHeight()); in iterate() local
1823 for (int y = startY; y < endY; y++) in iterate()