HomeSort by relevance Sort by last modified time
    Searched defs:toY (Results 1 - 24 of 24) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Half.c 92 OMX_INT fromX, toX, fromY, toY;
120 toY = 1;
129 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Integer.c 95 OMX_INT fromX, toX, fromY, toY;
136 toY = nSearchRange;
155 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - iBlockWidth;
164 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Quarter.c 92 OMX_INT fromX, toX, fromY, toY;
121 toY = 1;
130 for (y = -fromY; y <= toY; y++)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Integer.c 86 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY;
106 toY = searchRange;
125 toY = pRefRect->width - (pCurrPointPos->y - pRefRect->y) - BlockSize;
131 for (y = -fromY; y <= toY; y++)
armVCM4P2_BlockMatch_Half.c 78 OMX_INT minSAD, fromX, toX, fromY, toY;
113 toY = 1;
131 toY = 0;
135 for (y = -fromY; y <= toY; y++)
  /external/webkit/Source/WebCore/svg/
SVGPathStringSource.cpp 133 float toY;
134 if (!parseNumber(m_current, m_end, toX) || !parseNumber(m_current, m_end, toY))
136 targetPoint = FloatPoint(toX, toY);
143 float toY;
144 if (!parseNumber(m_current, m_end, toX) || !parseNumber(m_current, m_end, toY))
146 targetPoint = FloatPoint(toX, toY);
167 float toY;
173 || !parseNumber(m_current, m_end, toY))
177 targetPoint = FloatPoint(toX, toY);
186 float toY;
    [all...]
SVGPathBlender.cpp 56 // Transform toY to the coordinate mode of fromY
138 float toY;
140 || !m_toSource->parseLineToVerticalSegment(toY))
143 m_consumer->lineToVertical(blendAnimatedDimensonalFloat(fromY, toY, BlendVertical), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
145 m_toCurrentPoint.setY(m_toMode == AbsoluteCoordinates ? toY : m_toCurrentPoint.y() + toY);
SVGPathParser.cpp 105 float toY;
106 if (!m_source->parseLineToVerticalSegment(toY))
111 m_currentPoint.move(0, toY);
113 m_currentPoint.setY(toY);
116 m_consumer->lineToVertical(toY, m_mode);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 62 final float toY = size.y * 0.75f;
64 drag(test, x, x, fromY, toY, 4);
92 final float toY = size.y * 0.25f;
94 drag(test, x, x, fromY, toY, 4);
241 float toY = screenHeight - 1;
243 drag(test, x, x, fromY, toY, stepCount);
484 float toY = 0;
486 drag(test, x, x, fromY, toY, stepCount);
594 * @param toY Final location of the view after dragging
604 int toY) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 470 int toY = coord[1];
477 toY += Math.round(scale * tv.getPaddingTop());
478 toY -= dragView.getMeasuredHeight() * (1 - scale) / 2;
482 toY -= scale * Workspace.DRAG_BITMAP_PADDING / 2;
483 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
487 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
503 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
508 final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY,
513 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight())
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 526 milliseconds