HomeSort by relevance Sort by last modified time
    Searched refs:endX (Results 1 - 25 of 31) sorted by null

1 2

  /external/junit/src/junit/awtui/
ProgressBar.java 49 private void paintStep(int startX, int endX) {
50 repaint(startX, 1, endX-startX, getBounds().height-2);
  /external/replicaisland/tools/
ExtractPoints.js 80 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/mesa3d/src/pixelflinger2/
scanline.cpp 200 endX = end->position.x;
202 assert(bufferWidth > startX && bufferWidth > endX);
212 const VectorComp_t div = VectorComp_t_CTR(1 / (float)(endX - startX));
238 if (endX >= startX)
239 scanLineFunction(&vertex, &vertexDx, constants, frame, depth, stencil, activeStencil, endX - startX + 1);
263 // endX = end->position.x;
265 // //assert(ctx->frameSurface.width > startX && ctx->frameSurface.width > endX);
270 // const VectorComp_t div = VectorComp_t_CTR(1 / (float)(endX - startX));
314 // if (endX >= startX) {
315 // scanLineFunction(&vertex, &vertexDx, ctx->glCtx->CurrentProgram->ValuesUniform, frame, depth, stencil, &ctx->activeStencil, endX - startX + 1)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 199 int endX = rect.maxX();
200 if (endX > size.width())
201 endX = size.width();
202 int numColumns = endX - originX;
283 int endX = destPoint.x() + sourceRect.maxX();
284 ASSERT(endX <= size.width());
286 int numColumns = endX - destX;
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 599 const int endX = std::min(m_coord.x() + count, m_parent->size().width());
607 fillRGBA(endX, m_data->data()[m_decodedOffset + 3], m_data->data()[m_decodedOffset + 2], code, 0xff);
620 for (int which = 0; m_coord.x() < endX; ) {
640 const int endX = m_coord.x() + numPixels;
641 if (endX > m_parent->size().width())
668 for (size_t pixel = 0; (pixel < pixelsPerByte) && (m_coord.x() < endX); ++pixel) {
691 while (m_coord.x() < endX) {
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps,
236 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator());
243 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps,
247 int distX = endX - startX;
256 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 208 final float endX = mHoriz.convertToPoint(endTime);
211 if (endX < 0) continue;
226 mPathStroke.lineTo(endX, endY);
227 mPathFill.lineTo(endX, endY);
229 lastX = endX;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PlayheadView.java 174 final float endX = mScrollX + mScreenWidth;
175 for (float i = startX; i <= endX; i += spacing, startMs += tickMs) {
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp 153 unsigned endX = min(x + radiusX, effectDrawingRect.width() - 1);
154 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel);
156 unsigned char pixel = srcPixelArray->get(i * effectWidth + endX * 4 + channel);
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 95 // Copies the pixel data at [(startX, startY), (endX, startY)) to the
98 void copyRowNTimes(int startX, int endX, int startY, int endY)
101 ASSERT(endX <= width());
104 const int rowBytes = (endX - startX) * sizeof(PixelData);
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 194 final int endX = startX + horizontalSlop + horzTileCount;
208 final int count = (endX - startX) * indexesPerTile;
CollisionSystem.java 160 float endX = right;
169 endX = left;
179 final int endTileX = Utils.clamp((int)(endX / mTileWidth), 0, mWorld.getWidth() - 1);
543 // read startx, starty, endx, endy, normalx, normaly
561 final float endX = Utils.byteArrayToFloat(mWorkspaceBytes);
573 newSegment.mEndPoint.set(endX, endY);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 606 private void startAnimation(int startX, int endX, int duration) {
611 mAnimatingDeltaXEnd = endX;
617 private void startAnimationWithVelocity(int startX, int endX, int pixelsPerSecond) {
620 mAnimationDuration = 1000 * (endX - startX) / pixelsPerSecond;
622 mAnimatingDeltaXEnd = endX;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 343 const VGfloat endX = radius * cos(endAngle) + center.x();
369 radius, radius, 0, endX, endY
376 m_path->m_currentPoint.setX(endX);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 118 uint32_t endX = glyph->mStartX + glyph->mBitmapWidth;
126 for (cacheX = glyph->mStartX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
254 uint32_t endX = startX + skiaGlyph.fWidth;
267 glyph->mBitmapMaxU = (float) endX / (float) cacheWidth;
445 uint32_t endX = startX + glyph.fWidth;
455 for (cacheX = startX, bX = 0; cacheX < endX; cacheX++, bX++) {
  /frameworks/base/libs/rs/
rsFont.cpp 115 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth;
124 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
263 uint32_t endX = startX + bitmap->width;
276 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth;
450 uint32_t endX = startX + bitmap->width;
459 for (cacheX = startX, bX = 0; cacheX < endX; cacheX ++, bX ++) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 584 int endX;
593 endX = y < target[1] ? mContent.getCountX() - 1 : target[0];
594 for (int x = startX; x <= endX; x++) {
610 endX = y > target[1] ? 0 : target[0];
611 for (int x = startX; x >= endX; x--) {
    [all...]
CellLayout.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 502 int startX, endX;
504 endX = mColumnMatch.matchedLine - 1;
505 startX = endX - bounds.w;
509 endX = startX + bounds.w;
524 int endColumn = mGrid.getColumn(endX);
  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 545 int endX, endY;
546 patch.getBoundingBox(&startX, &startY, &endX, &endY);
551 for (int x = startX; x < endX; x++) {
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 719 float startX, startY, endX, endY;
725 getEllipsePointByAngle(ear, a, b, endX, endY);
728 transformArcPoint(endX, endY, p);
733 PlatformPathElement::ArcTo data = { { endX, endY }, { p.x(), p.y() }, { a, b }, !anticlockwise };
GraphicsContextWinCE.cpp 806 int startX, startY, endX, endY;
811 endX = stableRound(fendX);
816 endX += centerX;
819 if (startX < endX) {
821 clipRect.right = endX;
823 clipRect.left = endX;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 543 int endX;
546 endX = sourceBounds.x2();
550 endX = targetBounds.x + 3 * targetBounds.w / 4;
556 graphics.drawLine(startX, sharedY, endX, sharedY);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 520 float endX = c / (slope - perpendicularSlope);
521 float endY = perpendicularSlope * endX + c;
524 secondPoint.set(halfWidth + endX, size.height() - (halfHeight + endY));
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 

Completed in 921 milliseconds

1 2