Searched refs:endY (Results 1 - 23 of 23) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/actions/
H A DSwipeAction.java158 int endY;
165 endY = adjustedTop;
171 endY = adjustedbottom;
177 endY = elementRect.centerY();
183 endY = elementRect.centerY();
190 double yStep = ((double) (endY - startY)) / steps;
206 Events.touchUp(injector, downTime, endX, endY);
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRasterShape.cpp129 int endY = y + 1; local
130 for (; endY < maxY; endY++) {
131 if (intervalAt(endY).isEmpty() || intervalAt(endY) != extent)
134 path.addRect(FloatRect(extent.x1(), y, extent.width(), endY - y));
135 y = endY - 1;
/external/replicaisland/tools/
H A DExtractPoints.js81 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/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEMorphology.h69 int endY; member in struct:blink::FEMorphology::PlatformApplyParameters
H A DFETurbulence.h109 int endY; member in struct:blink::FETurbulence::FillRegionParameters
H A DFETurbulence.cpp330 inline void FETurbulence::fillRegion(Uint8ClampedArray* pixelArray, PaintingData& paintingData, int startY, int endY, float baseFrequencyX, float baseFrequencyY) argument
338 for (int y = startY; y < endY; ++y) {
351 parameters->filter->fillRegion(parameters->pixelArray, *parameters->paintingData, parameters->startY, parameters->endY, parameters->baseFrequencyX, parameters->baseFrequencyY);
389 params.endY = startY;
H A DFELighting.cpp241 inline void FELighting::platformApplyGenericPaint(LightingData& data, LightSource::PaintingData& paintingData, int startY, int endY) argument
246 for (int y = startY; y < endY; ++y) {
/external/chromium_org/third_party/skia/src/core/
H A DSkTileGrid.cpp89 endY = divide_ceil(adjusted.bottom(), fInfo.fTileInterval.height()); local
98 endY = SkPin32(endY, startY + 1, fYTiles);
100 const int tilesHit = (endX - startX) * (endY - startY);
120 for (int y = startY; y < endY; y++) {
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageFrame.h91 // endY.
92 void copyRowNTimes(int startX, int endX, int startY, int endY) argument
97 ASSERT(endY <= height());
100 for (int destY = startY + 1; destY < endY; ++destY)
/external/chromium_org/third_party/skia/gm/
H A Dbitmapscroll.cpp110 int endX, int endY) {
116 path.lineTo(SkIntToScalar(endX), SkIntToScalar(endY));
109 drawLabel(SkCanvas* canvas, const char *text, int startX, int startY, int endX, int endY) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DTiledVertexGrid.java195 final int endY = startY + verticalSlop + vertTileCount;
209 for (int tileY = startY; tileY < endY && tileY < mTilesPerColumn; tileY++) {
H A DCollisionSystem.java162 float endY = top;
174 endY = bottom;
181 final int endTileY = Utils.clamp((int)(endY / mTileHeight), 0, mWorld.getHeight() - 1);
563 final float endY = Utils.byteArrayToFloat(mWorkspaceBytes);
573 newSegment.mEndPoint.set(endX, endY);
/external/skia/gm/
H A Dbitmapscroll.cpp110 int endX, int endY) {
115 path.lineTo(SkIntToScalar(endX), SkIntToScalar(endY));
109 drawLabel(SkCanvas* canvas, const char *text, int startX, int startY, int endX, int endY) argument
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h341 const int endY = SkMin32(j + BlockDim, clip.bottom()); variable
343 for (int y = startY; y < endY; ++y) {
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dfilter.js248 var endY = Math.min(dstHeight, srcHeight - margin - offsetY);
250 for (var y = startY; y != endY; y++) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp655 float endY = perpendicularSlope * endX + c; local
659 secondPoint.set(halfWidth + endX, halfHeight - endY);
661 firstPoint.set(halfWidth - endX, halfHeight + endY);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp6658 RefPtrWillBeRawPtr<CSSPrimitiveValue> endY = nullptr; local
6669 endY = location;
6682 if (endY)
6684 endY = location;
6692 result->setFirstY(endY.release());
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp1817 const int endY = (int)(0.85f * (float)rendered.getHeight());
1819 for (int y = startY; y < endY; y++)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.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/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 9409 milliseconds