HomeSort by relevance Sort by last modified time
    Searched full:moveto (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 97 mPath.moveTo(x, y);
SensorTest.java 171 mPath.moveTo(0, -50);
TextAlign.java 52 p.moveTo(10, 0);
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 127 gPathI.moveTo(path, 0, 0);
  /external/skia/src/animator/
SkDrawPath.cpp 208 fPath.moveTo(points[0], points[1]);
  /external/skia/src/effects/
Sk1DPathEffect.cpp 130 dst->moveTo(dstP[0]);
  /external/webkit/WebCore/html/
HTMLAreaElement.cpp 134 path.moveTo(FloatPoint(m_coords[0].calcMinValue(width), m_coords[1].calcMinValue(height)));
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.idl 67 void moveTo(in float x, in float y);
CanvasRenderingContext2D.h 128 void moveTo(float x, float y);
  /external/webkit/WebCore/platform/graphics/
PathTraversalState.cpp 167 float PathTraversalState::moveTo(const FloatPoint& point)
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 620 void PlatformPath::moveTo(const FloatPoint& point)
622 PlatformPathElement::MoveTo data = { { point.x(), point.y() } };
732 moveTo(start);
742 moveTo(r.location());
  /external/webkit/WebCore/platform/graphics/wx/
PathWx.cpp 133 void Path::moveTo(const FloatPoint& point)
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 115 * Begin the segment with a moveTo if startWithMoveTo is true
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
MultiSourceCorpus.java 185 result.moveTo(i);
RankAwarePromoter.java 51 result.moveTo(0);
Suggestions.java 263 mPromoted.moveTo(i);
SearchActivity.java 554 suggestions.moveTo(position);
591 suggestions.moveTo(position);
750 cursor.moveTo(i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
Rect.java 98 public Rect moveTo(int x, int y) {
  /external/webkit/WebCore/editing/
SelectionController.cpp 80 void SelectionController::moveTo(const VisiblePosition &pos, bool userTriggered)
85 void SelectionController::moveTo(const VisiblePosition &base, const VisiblePosition &extent, bool userTriggered)
90 void SelectionController::moveTo(const Position &pos, EAffinity affinity, bool userTriggered)
95 void SelectionController::moveTo(const Range *r, EAffinity affinity, bool userTriggered)
101 void SelectionController::moveTo(const Position &base, const Position &extent, EAffinity affinity, bool userTriggered)
619 moveTo(pos, userTriggered);
723 moveTo(result, userTriggered);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 438 sRollo.moveTo(target);
445 sRollo.moveTo(newSelection / mColumnsPerPage);
449 sRollo.moveTo(newSelection / mColumnsPerPage);
476 sRollo.moveTo((newSelection / mColumnsPerPage) - mRowsPerPage + 1);
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
actionscript.php 102 'mouseWheelEnabled', 'moveTo', 'Movieclip', 'MovieClipLoader', 'multiline', 'muted', 'name', 'names', 'NaN',
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
PlatformAddress.java 85 public final void moveTo(PlatformAddress dst, long numBytes) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCameraManager.java 68 camera.moveTo(position.x, position.y, zoomin ? camera.getDistanceToFitRect(width * oneByZoom, height
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 106 method = "moveTo",
109 @ToBeFixed(bug = "1451096", explanation = "Test moveTo(float x, float y)." +
116 path.moveTo(10.0f, 10.0f);

Completed in 1099 milliseconds

1 2 34 5 6 7