/external/droiddriver/src/io/appium/droiddriver/actions/ |
D | SwipeAction.java | 158 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/ |
D | ExtractPoints.js | 81 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/ |
D | VisualInteractiveModule.cpp | 59 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/ |
D | TiledVertexGrid.java | 195 final int endY = startY + verticalSlop + vertTileCount; in draw() local 209 for (int tileY = startY; tileY < endY && tileY < mTilesPerColumn; tileY++) { in draw()
|
D | CollisionSystem.java | 162 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/ |
D | ImfOutputFile.cpp | 330 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/ |
D | filterengine.hpp | 271 int endY; member in cv::FilterEngine
|
D | filter.cpp | 74 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/ |
D | SkTextureCompressor_Blitter.h | 342 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/ |
D | fx_graphics.h | 354 FX_FLOAT endY);
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 105 …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/ |
D | haar.cpp | 1440 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/ |
D | fx_graphics.cpp | 1234 FX_FLOAT endY) { in AddBezier() argument 1237 endY); in AddBezier()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1821 const int endY = (int)(0.85f * (float)rendered.getHeight()); in iterate() local 1823 for (int y = startY; y < endY; y++) in iterate()
|