Searched refs:endX (Results 1 - 25 of 26) sorted by relevance

12

/external/droiddriver/src/io/appium/droiddriver/actions/
H A DSwipeAction.java157 int endX;
164 endX = elementRect.centerX();
170 endX = elementRect.centerX();
176 endX = adjustedRight;
182 endX = adjustedLeft;
189 double xStep = ((double) (endX - startX)) / steps;
206 Events.touchUp(injector, downTime, endX, endY);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTableTooltipHelper.java88 int endX,
95 m_endX = endX;
139 private void showTooltip(PropertyTooltipProvider provider, int startX, int endX) { argument
150 Control control = provider.createTooltipControl(m_property, m_tooltip, endX - startX, this);
84 update(Property property, boolean onTitle, boolean onValue, int beginX, int endX, int y, int rowHeight) argument
/external/replicaisland/tools/
H A 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/skia/src/core/
H A DSkLinearBitmapPipeline_tile.h214 while (!span.isEmpty() && span.endX() >= fXMax) {
220 while (!span.isEmpty() && span.endX() < 0.0f) {
280 SkASSERT(0.0f <= toDraw.startX() && toDraw.endX() < fXMax);
300 SkASSERT(0.0f <= repeatableSpan.startX() && repeatableSpan.endX() < fXMax);
314 SkASSERT(0.0f <= span.startX() && span.endX() < fXMax);
H A DSkLinearBitmapPipeline_core.h75 SkScalar endX() const { return this->startX() + this->length(); } function in class:__anon16963::Span
81 std::tie(sMin, sMax) = std::minmax(startX(), endX());
/external/replicaisland/src/com/replica/replicaisland/
H A DTiledVertexGrid.java194 final int endX = startX + horizontalSlop + horzTileCount;
208 final int count = (endX - startX) * indexesPerTile;
H A DCollisionSystem.java160 float endX = right;
169 endX = left;
179 final int endTileX = Utils.clamp((int)(endX / mTileWidth), 0, mWorld.getWidth() - 1);
561 final float endX = Utils.byteArrayToFloat(mWorkspaceBytes);
573 newSegment.mEndPoint.set(endX, endY);
/external/skia/src/codec/
H A DSkBmpRLECodec.cpp493 const int endX = SkTMin<int>(x + numPixels, width);
505 // Fill the pixels up to endX with the specified color
509 while (x < endX) {
525 for (int which = 0; x < endX; x++) {
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp75 const int endX = static_cast<int>(0.85f * (float)image.getWidth()); local
80 for (int x = startX; x < endX; ++x)
/external/deqp/framework/common/
H A DtcuImageCompare.cpp104 const int endX = (acceptOutOfBoundsAsAnyValue) ? (width - maxPositionDeviation.x()) : (width); local
109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug
117 for (int x = beginX; x < endX; x++)
/external/ImageMagick/Magick++/lib/Magick++/
H A DDrawable.h413 void endX( double endX_ ) function in class:Magick::DrawableArc
417 double endX( void ) const function in class:Magick::DrawableArc
1171 void endX( double endX_ ) function in class:Magick::DrawableLine
1175 double endX( void ) const function in class:Magick::DrawableLine
/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/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/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/ ...
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp1819 const int endX = (int)(0.85f * (float)rendered.getWidth());
1824 for (int x = startX; x < endX; x++)
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1064 milliseconds

12