Home
last modified time | relevance | path

Searched refs:endY (Results 1 – 14 of 14) 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/skia/tools/VisualBench/
DVisualInteractiveModule.cpp59 int endY = startY - (int)(fMeasurements[i] * kPixelPerMS + 0.5); // round to nearest value in drawStats() local
61 SkIntToScalar(x), SkIntToScalar(endY), paint); in drawStats()
/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/opencv3/3rdparty/openexr/IlmImf/
DImfOutputFile.cpp330 int startY, endY; // The first and last scanlines in in convertToXdr() local
337 endY = min (lineBufferMaxY, ofd->maxY) + 1; in convertToXdr()
343 endY = max (lineBufferMinY, ofd->minY) - 1; in convertToXdr()
351 for (int y = startY; y != endY; y += step) in convertToXdr()
/external/opencv3/modules/imgproc/src/
Dfilterengine.hpp271 int endY; member in cv::FilterEngine
Dfilter.cpp74 bufStep = startY = startY0 = endY = rowCount = dstY = 0; in FilterEngine()
253 endY = std::min(roi.y + roi.height + ksize.height - anchor.y - 1, wholeSize.height); in start()
288 return endY - startY - rowCount; in remainingInputRows()
414 (int)src.step, endY - startY, in apply()
/external/skia/src/utils/
DSkTextureCompressor_Blitter.h342 const int endY = SkMin32(j + BlockDim, clip.bottom()); in blitMask() local
344 for (int y = startY; y < endY; ++y) { in blitMask()
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h354 FX_FLOAT endY);
/external/deqp/framework/common/
DtcuImageCompare.cpp105 …const int endY = (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (heigh… in findNumPositionDeviationFailingPixels() local
114 for (int y = beginY; y < endY; y++) in findNumPositionDeviationFailingPixels()
/external/opencv3/modules/objdetect/src/
Dhaar.cpp1440 int iy, startY = range.start, endY = range.end; in operator ()() local
1446 for( iy = startY; iy < endY; iy++ ) in operator ()()
1668 int endY = cvRound((img->rows - winSize.height) / ystep); in cvHaarDetectObjectsForROC() local
1713 endY = cvRound((scanROI.y + scanROI.height - winSize.height) / ystep); in cvHaarDetectObjectsForROC()
1719 cv::parallel_for_(cv::Range(startY, endY), in cvHaarDetectObjectsForROC()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp1234 FX_FLOAT endY) { in AddBezier() argument
1237 endY); in AddBezier()
/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()