HomeSort by relevance Sort by last modified time
    Searched refs:moveTo (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 93 void Path::moveTo(const FloatPoint& point)
95 m_path->moveTo(point);
141 // Force a moveTo the end position.
  /frameworks/base/core/java/android/gesture/
GestureStroke.java 135 path.moveTo(x, y);
184 path.moveTo(x, y);
  /external/skia/src/core/
SkStroke.cpp 82 void moveTo(const SkPoint&);
144 fOuter.moveTo(fFirstOuterPt.fX, fFirstOuterPt.fY);
145 fInner.moveTo(prevX - normal->fX, prevY - normal->fY);
172 fOuter.moveTo(pt.fX, pt.fY);
215 void SkPathStroker::moveTo(const SkPoint& pt) {
598 stroker.moveTo(pts[0]);
643 tmp.moveTo(p0);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 528 path.moveTo(x, y);
536 curLevelPath.moveTo(x, y);
549 mChargingPath.moveTo(x, h-mChargingOffset);
560 mScreenOnPath.moveTo(x, h-mScreenOnOffset);
571 mGpsOnPath.moveTo(x, h-mGpsOnOffset);
582 mWifiRunningPath.moveTo(x, h-mWifiRunningOffset);
593 mWakeLockPath.moveTo(x, h-mWakeLockOffset);
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
Drawer.js 266 var moveTo = child.nextSibling;
268 child = moveTo;
  /external/webkit/WebCore/platform/graphics/qt/
PathQt.cpp 138 void Path::moveTo(const FloatPoint& point)
140 m_path.moveTo(point);
272 m_path.moveTo(QPointF(xc + radius * cos(sar),
296 // one initial MoveTo element in the path.
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 71 path.moveTo(50, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 90 path.moveTo(50, 0);
FingerPaint.java 97 mPath.moveTo(x, y);
SensorTest.java 171 mPath.moveTo(0, -50);
TextAlign.java 52 p.moveTo(10, 0);
  /external/skia/src/animator/
SkDrawPath.cpp 208 fPath.moveTo(points[0], points[1]);
SkPathParts.cpp 43 // MoveTo
59 fPath->fPath.moveTo(x, y);
  /external/skia/src/effects/
Sk1DPathEffect.cpp 130 dst->moveTo(dstP[0]);
  /external/webkit/WebCore/platform/graphics/wx/
PathWx.cpp 133 void Path::moveTo(const FloatPoint& point)
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 123 public void moveTo(int pos) {
125 throw new IllegalStateException("moveTo(" + pos + ") after close()");
EventLogLogger.java 117 cursor.moveTo(i);
MultiSourceCorpus.java 185 result.moveTo(i);
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.idl 67 void moveTo(in float x, in float y);
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 72 // Skia's empty() will return true if it has just a moveTo, so we need to
74 // including moveTo.
109 void Path::moveTo(const FloatPoint& point)
111 m_path->moveTo(SkFloatToScalar(point.x()), SkFloatToScalar(point.y()));
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCamera.java 194 public void moveTo(float posX, float posY, float posZ) {
204 moveTo(posX + mTargetPosX, posY + mTargetPosY, posZ + mTargetPosZ);
  /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...]
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 127 gPathI.moveTo(path, 0, 0);

Completed in 3265 milliseconds

1 23 4 5 6