/external/droiddriver/src/io/appium/droiddriver/actions/ |
D | SwipeAction.java | 157 int endX; in perform() local 164 endX = elementRect.centerX(); in perform() 170 endX = elementRect.centerX(); in perform() 176 endX = adjustedRight; in perform() 182 endX = adjustedLeft; in perform() 189 double xStep = ((double) (endX - startX)) / steps; in perform() 206 Events.touchUp(injector, downTime, endX, endY); in perform()
|
/external/replicaisland/tools/ |
D | ExtractPoints.js | 80 edge.endX = lastPoint.anchor[0]; 84 var normalY = edge.endX - edge.startX; 102 totalX += edge.endX; 105 var width = edge.endX - edge.startX; 108 edge.centerX = edge.endX - (width / 2); 148 edge.endX -= tile.xOffset; 177 Math.floor(edge.startY) + ":" + Math.floor(edge.endX) + "," +
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | CollisionSystem.java | 160 float endX = right; in testBox() local 169 endX = left; in testBox() 179 final int endTileX = Utils.clamp((int)(endX / mTileWidth), 0, mWorld.getWidth() - 1); in testBox() 561 final float endX = Utils.byteArrayToFloat(mWorkspaceBytes); in loadCollisionTiles() local 573 newSegment.mEndPoint.set(endX, endY); in loadCollisionTiles()
|
D | TiledVertexGrid.java | 194 final int endX = startX + horizontalSlop + horzTileCount; in draw() local 208 final int count = (endX - startX) * indexesPerTile; in draw()
|
/external/skqp/src/codec/ |
D | SkBmpRLECodec.cpp | 482 const int endX = SkTMin<int>(x + numPixels, width); in decodeRLE() local 498 while (x < endX) { in decodeRLE() 514 for (int which = 0; x < endX; x++) { in decodeRLE()
|
/external/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 482 const int endX = SkTMin<int>(x + numPixels, width); in decodeRLE() local 498 while (x < endX) { in decodeRLE() 514 for (int which = 0; x < endX; x++) { in decodeRLE()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | GlitchAndCallbackHeatMapView.java | 403 float endX = rect.left; 405 for (; startX < rect.right; startX += STROKE_OFFSET, endX += STROKE_OFFSET) { 406 canvas.drawLine(startX, startY, endX, endY, strikePaint);
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCommonEdgeTests.cpp | 78 const int endX = static_cast<int>(0.85f * (float)image.getWidth()); in verifyResult() local 83 for (int x = startX; x < endX; ++x) in verifyResult()
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 104 …const int endX = (acceptOutOfBoundsAsAnyValue) ? (width - maxPositionDeviation.x()) : (width… in findNumPositionDeviationFailingPixels() local 109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug in findNumPositionDeviationFailingPixels() 117 for (int x = beginX; x < endX; x++) in findNumPositionDeviationFailingPixels()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 398 void endX( double endX_ ) in endX() function 402 double endX( void ) const in endX() function 1156 void endX( double endX_ ) in endX() function 1160 double endX( void ) const in endX() function
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | README | 280 The clause must always begin with [filesystemX] and end with [endX]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1842 const int endX = (int)(0.85f * (float)rendered.getWidth()); in iterate() local 1847 for (int x = startX; x < endX; x++) in iterate()
|