Searched refs:startX (Results 1 - 25 of 31) sorted by relevance

12

/external/droiddriver/src/io/appium/droiddriver/actions/
H A DSwipeAction.java155 int startX;
162 startX = elementRect.centerX();
168 startX = elementRect.centerX();
174 startX = adjustedLeft;
180 startX = adjustedRight;
189 double xStep = ((double) (endX - startX)) / steps;
193 long downTime = Events.touchDown(injector, startX, startY);
199 Events.touchMove(injector, downTime, startX + (int) (xStep * i), startY + (int) (yStep * i));
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h190 GLint ix, startX = (GLint) (x - xAdj);
199 while (startX < SWRAST_MAX_WIDTH) {
200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy);
203 startX++;
207 ix = startX;
238 if (ix > startX) {
239 span.x = startX;
241 span.end = (GLuint) ix - (GLuint) startX;
259 GLint ix, left, startX = (GLint) (x + xAdj);
268 if (startX >
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTableTooltipHelper.java139 private void showTooltip(PropertyTooltipProvider provider, int startX, int endX) { argument
150 Control control = provider.createTooltipControl(m_property, m_tooltip, endX - startX, this);
160 tooltipLocation = m_table.toDisplay(new Point(startX, m_y));
162 tooltipLocation = m_table.toDisplay(new Point(startX, m_y + m_rowHeight));
/external/replicaisland/tools/
H A DExtractPoints.js77 edge.startX = firstPoint.anchor[0];
84 var normalY = edge.endX - edge.startX;
105 var width = edge.endX - edge.startX;
146 edge.startX -= tile.xOffset;
176 outputString += x + ":" + Math.floor(edge.startX) + "," +
227 lineArray[y] = Array(offsetX + edge.startX, offsetY + edge.startY);
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java88 float startX = 0.0f;
93 startX = 200 * metrics.density;
97 startX = -200 * metrics.density;
106 Animation gameOverAnim = new TranslateAnimation(startX, 0, 0, 0);
H A DTiledVertexGrid.java192 final int startX = leftTile;
194 final int endX = startX + horizontalSlop + horzTileCount;
207 final int startOffset = (startX * indexesPerTile);
208 final int count = (endX - startX) * indexesPerTile;
H A DCollisionSystem.java159 float startX = left;
168 startX = right;
178 final int startTileX = Utils.clamp((int)(startX / mTileWidth), 0, mWorld.getWidth() - 1);
557 final float startX = Utils.byteArrayToFloat(mWorkspaceBytes);
572 newSegment.mStartPoint.set(startX, startY);
/external/skia/src/core/
H A DSkMaskFilter.cpp172 int startX = r.left() - outerR.left(); local
173 int stopX = startX + r.width();
175 for (int x = startX; x < stopX; ++x) {
183 int startX = outerR.right() - r.right(); local
184 int stopX = startX + r.width();
186 for (int x = startX; x < stopX; ++x) {
H A DSkScan_Hairline.cpp136 SkFixed startX = SkFDot6ToFixed(x0) + (slope * ((32 - y0) & 63) >> 6);
138 vertline(iy0, iy1, startX, slope, blitter);
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DHarmonicCoefficientsGuesser.java207 final double startX = currentX;
224 final double x = currentX - startX;
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticlePointMesh.java148 float startX = ((float) imgX) / imagesX;
150 float endX = startX + (1f / imagesX);
153 texcoords.put(startX).put(startY).put(endX).put(endY);
H A DParticleTriMesh.java252 float startX = ((float) imgX) / imagesX;
254 float endX = startX + (1f / imagesX);
257 texcoords.put(startX).put(endY);
259 texcoords.put(startX).put(startY);
/external/skia/gm/
H A Dconvexpolyclip.cpp157 SkScalar startX = 0; variable
164 SkScalar x = startX;
213 startX += 2 * fBmp.width() + SkScalarCeilToInt(2 * textW) + 6 * kMargin;
H A Dbitmapscroll.cpp105 void drawLabel(SkCanvas* canvas, const char *text, int startX, int startY, argument
111 path.moveTo(SkIntToScalar(startX), SkIntToScalar(startY));
H A Ddashing.cpp16 SkScalar startX = SkIntToScalar(0), SkScalar startY = SkIntToScalar(0)) {
25 canvas->drawLine(startX, startY, finalX, finalY, p);
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java271 float startX = srcX / imageWidth;
273 float endX = startX + (srcW / imageWidth);
280 texCoords.put(startX).put(startY);
283 texCoords.put(startX).put(endY);
/external/skia/src/utils/
H A DSkTextureCompressor_Blitter.h338 const int startX = SkMax32(i, clip.left()); variable
345 const int col = startX - i;
347 const int valsWide = endX - startX;
352 mask.getAddr8(startX, j + row), valsWide);
/external/opencv/
H A Dcvjni.cpp514 int startX = MAX(face->x - PAD_FACE_AREA, 0); local
516 int w = m_smallImage->width - startX - face->width - PAD_FACE_AREA_2;
519 m_faceCropArea = cvRect(startX, startY,
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp1054 int startX = rect.fLeft; local
1060 &startX, &startY, &width, &height);
1083 ((startX - rect.x()) / actualSampleSize == 0) &&
1132 region.width(), region.height(), startX, startY);
1190 region.width(), region.height(), startX, startY);
/external/icu/icu4c/source/common/
H A Drbbiscan.cpp899 int32_t startX = fNextIndex;
901 if (fNextIndex == startX) {
904 fCharNum += fNextIndex-startX;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 998 milliseconds

12