Home
last modified time | relevance | path

Searched refs:endX (Results 1 – 12 of 12) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/actions/
DSwipeAction.java157 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/
DExtractPoints.js80 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/
DCollisionSystem.java160 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()
DTiledVertexGrid.java194 final int endX = startX + horizontalSlop + horzTileCount; in draw() local
208 final int count = (endX - startX) * indexesPerTile; in draw()
/external/skqp/src/codec/
DSkBmpRLECodec.cpp482 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/
DSkBmpRLECodec.cpp482 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/
DGlitchAndCallbackHeatMapView.java403 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/
DvktTessellationCommonEdgeTests.cpp78 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/
DtcuImageCompare.cpp104 …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++/
DDrawable.h398 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/
DREADME280 The clause must always begin with [filesystemX] and end with [endX]
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1842 const int endX = (int)(0.85f * (float)rendered.getWidth()); in iterate() local
1847 for (int x = startX; x < endX; x++) in iterate()