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

1 2

  /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/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;
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 145 float endY = mActivity.mStartY + mActivity.mDeltaY;
146 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
AnimatorTest.java 105 float endY = mActivity.mStartY + mActivity.mDeltaY;
106 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY);
115 assertEquals(y, endY);
ObjectAnimatorTest.java 57 float endY = mActivity.mStartY + mActivity.mDeltaY;
58 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
70 assertTrue( y <= endY);
77 float endY = mActivity.mStartY + mActivity.mDeltaY;
78 ObjectAnimator animator = ObjectAnimator.ofFloat(object, property, startY, endY);
167 float endY = mActivity.mStartY + mActivity.mDeltaY;
168 float[] values = {startY, endY};
181 assertTrue( y <= endY);
201 float endY = mActivity.mStartY + mActivity.mDeltaY;
203 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
    [all...]
ValueAnimatorTest.java 119 float endY = mActivity.mStartY + mActivity.mDeltaY;
120 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
129 assertEquals(y, endY);
219 float endY = mActivity.mStartY + mActivity.mDeltaY;
220 ValueAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 151 float endY = startY + (1f / imagesY);
153 texcoords.put(startX).put(startY).put(endX).put(endY);
ParticleTriMesh.java 255 float endY = startY + (1f / imagesY);
257 texcoords.put(startX).put(endY);
258 texcoords.put(endX).put(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;
  /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/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);
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 274 float endY = startY + (srcH / imageHeight);
277 endY = 1f - endY;
282 texCoords.put(endX).put(endY);
283 texCoords.put(startX).put(endY);
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 195 final int endY = startY + verticalSlop + vertTileCount;
209 for (int tileY = startY; tileY < endY && tileY < mTilesPerColumn; tileY++) {
CollisionSystem.java 162 float endY = top;
174 endY = bottom;
181 final int endTileY = Utils.clamp((int)(endY / mTileHeight), 0, mWorld.getHeight() - 1);
543 // read startx, starty, endx, endy, normalx, normaly
563 final float endY = Utils.byteArrayToFloat(mWorkspaceBytes);
573 newSegment.mEndPoint.set(endX, endY);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 521 float endY = perpendicularSlope * endX + c;
524 secondPoint.set(halfWidth + endX, size.height() - (halfHeight + endY));
    [all...]
  /frameworks/rs/
rsFont.cpp 117 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight;
126 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
265 uint32_t endY = startY + bitmap->rows;
278 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;
452 uint32_t endY = startY + bitmap->rows;
461 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 219 final float endY = mVert.convertToPoint(totalData);
228 mPathStroke.lineTo(endX, endY);
229 mPathFill.lineTo(endX, endY);
232 lastY = endY;
  /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...]
  /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...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 146 uint32_t endY = glyph->mStartY + glyph->mBitmapHeight;
155 for (cacheY = glyph->mStartY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
405 uint32_t endY = startY + skiaGlyph.fHeight;
418 glyph->mBitmapMaxV = (float) endY / (float) cacheHeight;
665 uint32_t endY = startY + glyph.fHeight;
681 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) {
    [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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]

Completed in 928 milliseconds

1 2