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

  /external/webkit/Source/WebCore/platform/graphics/transforms/
ScaleTransformOperation.cpp 39 double fromY = fromOp ? fromOp->m_y : 1.;
42 fromY + (m_y - fromY) * progress,
TranslateTransformOperation.cpp 40 Length fromY = fromOp ? fromOp->m_y : Length(m_y.type());
42 return TranslateTransformOperation::create(m_x.blend(fromX, narrowPrecisionToFloat(progress)), m_y.blend(fromY, narrowPrecisionToFloat(progress)), m_z.blend(fromZ, narrowPrecisionToFloat(progress)), m_type);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_BlockMatch_Half.c 92 OMX_INT fromX, toX, fromY, toY;
119 fromY = 1;
129 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Integer.c 95 OMX_INT fromX, toX, fromY, toY;
135 fromY = nSearchRange;
150 fromY = pCurrPointPos->y - pRefRect->y;
159 pBestMV->dy = -fromY * 4;
164 for (y = -fromY; y <= toY; y++)
omxVCM4P10_BlockMatch_Quarter.c 92 OMX_INT fromX, toX, fromY, toY;
120 fromY = 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;
105 fromY = searchRange;
120 fromY = pCurrPointPos->y - pRefRect->y;
129 pDstMV->dy = -fromY;
131 for (y = -fromY; y <= toY; y++)
armVCM4P2_BlockMatch_Half.c 78 OMX_INT minSAD, fromX, toX, fromY, toY;
112 fromY = 1;
126 fromY = 0;
135 for (y = -fromY; y <= toY; y++)
  /external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp 56 // Transform toY to the coordinate mode of fromY
137 float fromY;
139 if (!m_fromSource->parseLineToVerticalSegment(fromY)
143 m_consumer->lineToVertical(blendAnimatedDimensonalFloat(fromY, toY, BlendVertical), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
144 m_fromCurrentPoint.setY(m_fromMode == AbsoluteCoordinates ? fromY : m_fromCurrentPoint.y() + fromY);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 61 final float fromY = size.y * 0.5f;
64 drag(test, x, x, fromY, toY, 4);
91 final float fromY = size.y * 0.5f;
94 drag(test, x, x, fromY, toY, 4);
240 float fromY = xy[1] + (viewHeight / 2.0f);
243 drag(test, x, x, fromY, toY, stepCount);
483 float fromY = xy[1] + (viewHeight / 2.0f);
486 drag(test, x, x, fromY, toY, stepCount);
577 final int fromY = xy[1];
581 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 438 final int fromY = r.top;
440 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
493 final int fromY = r.top;
503 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
507 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY,
511 Rect from = new Rect(fromX, fromY, fromX +
512 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
  /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 370 milliseconds