Searched refs:startX (Results 1 - 25 of 50) 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/skia/src/codec/
H A DSkMaskSwizzler.cpp14 uint32_t startX, uint32_t sampleX) {
17 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX;
31 uint32_t startX, uint32_t sampleX) {
34 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX;
48 uint32_t startX, uint32_t sampleX) {
51 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX;
66 uint32_t startX, uint32_t sampleX) {
69 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX;
84 uint32_t startX, uint32_t sampleX) {
87 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX;
12 swizzle_mask16_to_rgba_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
29 swizzle_mask16_to_bgra_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
46 swizzle_mask16_to_rgba_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
64 swizzle_mask16_to_bgra_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
82 swizzle_mask16_to_rgba_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
100 swizzle_mask16_to_bgra_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
120 swizzle_mask16_to_565( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
137 swizzle_mask24_to_rgba_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
154 swizzle_mask24_to_bgra_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
171 swizzle_mask24_to_rgba_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
189 swizzle_mask24_to_bgra_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
207 swizzle_mask24_to_rgba_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
225 swizzle_mask24_to_bgra_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
243 swizzle_mask24_to_565( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
260 swizzle_mask32_to_rgba_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
277 swizzle_mask32_to_bgra_opaque( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
294 swizzle_mask32_to_rgba_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
312 swizzle_mask32_to_bgra_unpremul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
330 swizzle_mask32_to_rgba_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
348 swizzle_mask32_to_bgra_premul( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
366 swizzle_mask32_to_565( void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, uint32_t startX, uint32_t sampleX) argument
[all...]
H A DSkMaskSwizzler.h61 SkMasks* masks, uint32_t startX, uint32_t sampleX);
H A DSkJpegCodec.cpp710 uint32_t startX = options.fSubset->x(); local
713 // libjpeg-turbo may need to align startX to a multiple of the IDCT
715 // startX to the appropriate alignment and also increase the value
718 jpeg_crop_scanline(fDecoderMgr->dinfo(), &startX, &width);
720 SkASSERT(startX <= (uint32_t) options.fSubset->x());
722 SkASSERT(startX + width >= (uint32_t) options.fSubset->right());
735 fSwizzlerSubset.setXYWH(options.fSubset->x() - startX, 0,
740 if (startX != (uint32_t) options.fSubset->x() ||
/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/skia/src/core/
H A DSkLinearBitmapPipeline_core.h74 SkScalar startX() const { return X(fStart); } function in class:__anon16963::Span
75 SkScalar endX() const { return this->startX() + this->length(); }
81 std::tie(sMin, sMax) = std::minmax(startX(), endX());
98 int dxSteps = SkScalarFloorToInt((breakX - this->startX()) / dx);
120 if (this->startX() + newLength == breakX && dx > 0) {
138 fStart = {this->startX() + lengthToStart, Y(fStart)};
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 DSkLinearBitmapPipeline_tile.h280 SkASSERT(0.0f <= toDraw.startX() && toDraw.endX() < fXMax);
289 SkASSERT(SkScalarFloorToScalar(span.startX()) == 0.0f);
300 SkASSERT(0.0f <= repeatableSpan.startX() && repeatableSpan.endX() < fXMax);
314 SkASSERT(0.0f <= span.startX() && span.endX() < fXMax);
H A DSkLinearBitmapPipeline.cpp124 this->pointListFew(1, Sk4f{span.startX()}, Sk4f{span.startY()});
179 int32_t x = SkScalarTruncToInt(span.startX());
190 int32_t x = SkScalarTruncToInt(span.startX());
257 int32_t x = (int32_t)span.startX();
H A DSkScan_Hairline.cpp137 SkFixed startX = SkFDot6ToFixed(x0) + (slope * ((32 - y0) & 63) >> 6);
139 vertline(iy0, iy1, startX, slope, blitter);
/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/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/skia/gm/
H A Dconvexpolyclip.cpp158 SkScalar startX = 0; variable
165 SkScalar x = startX;
214 startX += 2 * fBmp.width() + SkScalarCeilToInt(2 * textW) + 6 * kMargin;
H A Ddashing.cpp17 SkScalar startX = SkIntToScalar(0), SkScalar startY = SkIntToScalar(0)) {
26 canvas->drawLine(startX, startY, finalX, finalY, p);
/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/tests/
H A DSkLinearBitmapPipelineTest.cpp213 for (auto startX : interestingX) {
217 SkPoint::Make((SkScalar)startX, (SkScalar)y), (count-1.0f) * scale, count};
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp74 const int startX = static_cast<int>(0.15f * (float)image.getWidth()); local
80 for (int x = startX; x < endX; ++x)
/external/icu/icu4c/source/common/
H A Drbbiscan.cpp959 int32_t startX = fNextIndex;
961 if (fNextIndex == startX) {
964 fCharNum += fNextIndex-startX;
/external/ImageMagick/Magick++/lib/Magick++/
H A DDrawable.h395 void startX( double startX_ ) function in class:Magick::DrawableArc
399 double startX( void ) const function in class:Magick::DrawableArc
1153 void startX( double startX_ ) function in class:Magick::DrawableLine
1157 double startX( void ) const function in class:Magick::DrawableLine
/external/ImageMagick/MagickCore/
H A Daccelerate-kernels-private.h2456 const unsigned int startX = get_group_id(0)*pixelPerWorkgroup;
2457 const unsigned int stopX = MagickMin(startX + pixelPerWorkgroup,filteredColumns);
2458 const unsigned int actualNumPixelToCompute = stopX - startX;
2465 const int cacheRangeStartX = MagickMax((int)((startX+0.5f)/xFactor+MagickEpsilon-support+0.5f),(int)(0));
2479 const unsigned int chunkStartX = startX + chunk*pixelChunkSize;
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp676 int startX = m_startX; local
684 (uint8_t*)pDevice->GetScanline(row + startY) + startX * Bpp;

Completed in 645 milliseconds

12