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

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp 135 int startY = max(0, y - radiusY);
141 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + 4 * j + channel);
142 for (int i = startY; i <= endY; ++i) {
154 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel);
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) {
214 const unsigned int startY = tlv.position.y;
217 if (endY < startY)
220 const VectorComp_t yDistInv = VectorComp_t_CTR(1.0f / (endY - startY));
260 args.startY = startY + 1;
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 144 float startY = mActivity.mStartY;
146 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
AnimatorTest.java 104 float startY = mActivity.mStartY;
106 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY);
ObjectAnimatorTest.java 56 float startY = mActivity.mStartY;
58 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
69 assertTrue( y >= startY);
76 float startY = mActivity.mStartY;
78 ObjectAnimator animator = ObjectAnimator.ofFloat(object, property, startY, endY);
166 float startY = mActivity.mStartY;
168 float[] values = {startY, endY};
180 assertTrue( y >= startY);
200 float startY = mActivity.mStartY;
203 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY)
    [all...]
ValueAnimatorTest.java 118 float startY = mActivity.mStartY;
120 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
218 float startY = mActivity.mStartY;
220 ValueAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 149 float startY = ((float) imgY) / imagesY;
151 float endY = startY + (1f / imagesY);
153 texcoords.put(startX).put(startY).put(endX).put(endY);
ParticleTriMesh.java 253 float startY = ((float) imgY) / imagesY;
255 float endY = startY + (1f / imagesY);
259 texcoords.put(startX).put(startY);
260 texcoords.put(endX).put(startY);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.cpp 203 float startY = startPoint.y();
211 backgroundRect.fTop = origin.y() - startY;
231 ALOGV("repeatedQuadData: startX %f, startY %f , getWidth() %f, getHeight() %f,"
234 startX , startY , getWidth(), getHeight(), nbX , nbY,
238 // Adding startX and startY into the transform can handle the fixed right /
241 matrix.translate(repeatX ? -startX : 0, repeatY ? -startY : 0);
261 float startY = startPoint.y();
263 float dy = (i * getHeight()) - startY;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
BouncingBalls.java 87 float startY = newBall.getY();
92 ValueAnimator bounceAnim = ObjectAnimator.ofFloat(newBall, "y", startY, endY);
120 startY);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 224 float startY = newy1 / (4 - newz1 / 400);
228 c.drawLine(startX, startY, stopX, stopY, mPaint);
  /external/opencv/
cvjni.cpp 515 int startY = MAX(face->y - PAD_FACE_AREA, 0);
517 int h = m_smallImage->height - startY - face->height - PAD_FACE_AREA_2;
519 m_faceCropArea = cvRect(startX, startY,
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 342 const VGfloat startY = -radius * sin(startAngle) + center.y();
368 startX, startY,
  /packages/apps/Camera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 222 int startY = height - iconSize - padding;
225 getChildAt(i).layout(0, startY, width, startY + iconSize);
226 startY -= decrement;
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 272 float startY = srcY / imageHeight;
274 float endY = startY + (srcH / imageHeight);
276 startY = 1f - startY;
280 texCoords.put(startX).put(startY);
281 texCoords.put(endX).put(startY);
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 193 final int startY = bottomTile;
195 final int endY = startY + verticalSlop + vertTileCount;
209 for (int tileY = startY; tileY < endY && tileY < mTilesPerColumn; tileY++) {
CollisionSystem.java 161 float startY = bottom;
173 startY = top;
180 final int startTileY = Utils.clamp((int)(startY / mTileHeight), 0, mWorld.getHeight() - 1);
543 // read startx, starty, endx, endy, normalx, normaly
559 final float startY = Utils.byteArrayToFloat(mWorkspaceBytes);
572 newSegment.mStartPoint.set(startX, startY);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 589 int startY = rect.fTop;
594 &startX, &startY, &width, &height);
626 ((startY - rect.y()) / actualSampleSize == 0);
661 region.width(), region.height(), startX, startY);
697 ((startY - rect.y()) / actualSampleSize == 0);
746 region.width(), region.height(), startX, startY);
    [all...]
  /frameworks/rs/
rsFont.cpp 254 uint32_t startY = 0;
258 glyph->mIsValid = state->cacheBitmap(bitmap, &startX, &startY);
265 uint32_t endY = startY + bitmap->rows;
268 glyph->mBitmapMinY = startY;
276 glyph->mBitmapMinV = (float)startY / (float)cacheHeight;
419 uint32_t startY = 0;
423 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
435 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
449 *retOriginY = startY;
452 uint32_t endY = startY + bitmap->rows
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 218 final float startY = lastY;
223 mPathStroke.lineTo(startX, startY);
224 mPathFill.lineTo(startX, startY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 699 int startY, endY;
701 startY = targetBounds.y + targetBounds.h / 4;
705 startY = sourceBounds.y;
713 graphics.drawLine(sharedX, startY, sharedX, endY);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 606 int startX, startY;
609 // startX, startY is the coordinate of the first image we need to put on the left-top of the rect
612 // startX, startY is at the left top side of the left-top of the rect
614 startY = r.y() >=0 ? r.y() - (r.y() % h) : r.y() - (h - qAbs(r.y()) % h);
622 startY = 0;
627 // startY is fixed, but startX change based on the left-top of the rect
631 startY = 0;
636 // startX is fixed, but startY change based on the left-top of the rect
640 startY = r.y() >=0 ? r.y() - (r.y() % h) : r.y() - (h - qAbs(r.y()) % h);
647 int y = startY;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 719 float startX, startY, endX, endY;
724 getEllipsePointByAngle(sar, a, b, startX, startY);
727 transformArcPoint(startX, startY, p);
730 FloatPoint start(startX, startY);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 394 uint32_t startY = 0;
398 mState->cacheBitmap(skiaGlyph, glyph, &startX, &startY);
405 uint32_t endY = startY + skiaGlyph.fHeight;
408 glyph->mStartY = startY;
416 glyph->mBitmapMinV = (float) startY / (float) cacheHeight;
628 uint32_t startY = 0;
633 bitmapFit = mCacheLines[i]->fitBitmap(glyph, &startX, &startY);
646 bitmapFit = mCacheLines[i]->fitBitmap(glyph, &startX, &startY);
662 *retOriginY = startY;
665 uint32_t endY = startY + glyph.fHeight
    [all...]

Completed in 1081 milliseconds

1 2 3