HomeSort by relevance Sort by last modified time
    Searched refs:endY (Results 1 - 22 of 22) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
BouncingBalls.java 88 float endY = getHeight() - 50f;
92 ValueAnimator bounceAnim = ObjectAnimator.ofFloat(newBall, "y", startY, endY);
107 ValueAnimator stretchAnim1 = ObjectAnimator.ofFloat(newBall, "y", endY,
108 endY + 25f);
119 ValueAnimator bounceBackAnim = ObjectAnimator.ofFloat(newBall, "y", endY,
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 213 int endY = rect.maxY();
214 if (endY > size.height())
215 endY = size.height();
216 int numRows = endY - originY;
295 int endY = destPoint.y() + sourceRect.maxY();
296 ASSERT(endY <= size.height());
297 int numRows = endY - destY;
  /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,
248 int distY = endY - startY;
256 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP);
  /external/mesa3d/src/pixelflinger2/
raster.cpp 110 for (unsigned y = args->startY; y <= args->endY; y += 2) {
215 const unsigned int endY = blv.position.y;
217 if (endY < startY)
220 const VectorComp_t yDistInv = VectorComp_t_CTR(1.0f / (endY - startY));
261 args.endY = endY;
262 if (args.startY <= args.endY) {
297 for (unsigned y = startY; y <= endY; y += 1 + USE_DUAL_THREAD) {
pixelflinger2.h 108 unsigned startY, endY, varyingCount;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 217 final float endY = mVert.convertToPoint(totalData);
226 mPathStroke.lineTo(endX, endY);
227 mPathFill.lineTo(endX, endY);
230 lastY = endY;
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp 136 int endY = min(effectDrawingRect.height() - 1, y + radiusY);
142 for (int i = startY; i <= endY; ++i) {
155 for (int i = startY; i <= endY; ++i) {
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 97 // endY.
98 void copyRowNTimes(int startX, int endX, int startY, int endY)
103 ASSERT(endY <= height());
106 for (int destY = startY + 1; destY < endY; ++destY)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 344 const VGfloat endY = -radius * sin(endAngle) + center.y();
369 radius, radius, 0, endX, endY
377 m_path->m_currentPoint.setY(endY);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 119 uint32_t endY = glyph->mStartY + glyph->mBitmapHeight;
127 for (cacheY = glyph->mStartY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
255 uint32_t endY = startY + skiaGlyph.fHeight;
268 glyph->mBitmapMaxV = (float) endY / (float) cacheHeight;
446 uint32_t endY = startY + glyph.fHeight;
456 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) {
  /frameworks/base/libs/rs/
rsFont.cpp 116 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight;
125 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
264 uint32_t endY = startY + bitmap->rows;
277 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;
451 uint32_t endY = startY + bitmap->rows;
460 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 511 int startY, endY;
513 endY = mRowMatch.matchedLine - 1;
514 startY = endY - bounds.h;
519 startY = endY = mRowMatch.matchedLine;
522 endY = startY + bounds.h;
525 int endRow = mGrid.getRow(endY);
  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 545 int endX, endY;
546 patch.getBoundingBox(&startX, &startY, &endX, &endY);
550 for (int y = startY; y <= endY; y++) {
  /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;
812 endY = stableRound(fendY);
817 endY = centerY - endY;
826 if (startY < endY) {
828 clipRect.bottom = endY;
830 clipRect.top = endY;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 699 int startY, endY;
702 endY = sourceBounds.y2();
706 endY = targetBounds.y + 3 * targetBounds.h / 2;
713 graphics.drawLine(sharedX, startY, sharedX, endY);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 521 float endY = perpendicularSlope * endX + c;
524 secondPoint.set(halfWidth + endX, size.height() - (halfHeight + endY));
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 685 m_int endX,endY; /* Ending point on arc */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 685 m_int endX,endY; /* Ending point on arc */
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 912 milliseconds