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

1 23 4 5 6 7 8 9

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutPromoter.java 46 shortcuts.moveTo(i);
SingleCorpusPromoter.java 55 c.moveTo(i);
ShortcutCursor.java 74 suggestions.moveTo(i);
127 moveTo(i);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SingleCorpusPromoterTest.java 51 promoted.moveTo(i);
SuggestionCursorWithExtrasTest.java 137 suggestions.moveTo(0);
160 suggestions.moveTo(0);
  /packages/apps/Settings/src/com/android/settings/widget/
PieChartView.java 181 slice.path.moveTo(rect.centerX(), rect.centerY());
193 slice.pathSide.moveTo(rect.centerX(), rect.centerY());
202 slice.pathOutline.moveTo(rect.centerX(), rect.centerY());
207 slice.pathOutline.moveTo(rect.centerX(), rect.centerY());
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 74 struct MoveTo {
101 PlatformPathElement(const MoveTo& data): m_type(PathMoveTo) { m_data.m_moveToData = data; }
107 const MoveTo& moveTo() const { return m_data.m_moveToData; }
129 MoveTo m_moveToData;
158 void moveTo(const FloatPoint&);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 217 pathDelegate.moveTo(x, y);
571 private void moveTo(float x, float y) {
572 mPath.moveTo(mLastX = x, mLastY = y);
578 * same as moveTo().
588 mPath.moveTo(mLastX = dx, mLastY = dy);
593 * If no moveTo() call has been made for this contour, the first point is
605 * point on this contour. If there is no previous point, then a moveTo(0,0)
615 mPath.moveTo(mLastX = 0, mLastY = 0);
624 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
638 * point on this contour. If there is no previous point, then a moveTo(0,0
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposePathEffectTest.java 49 path.moveTo(START_X, CENTER);
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 63 dst->moveTo(p);
  /external/webkit/Source/WebCore/fileapi/
Entry.cpp 61 void Entry::moveTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
EntrySync.cpp 65 PassRefPtr<EntrySync> EntrySync::moveTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionCode& ec) const
  /external/webkit/Source/WebCore/inspector/front-end/
SummaryBar.js 194 ctx.moveTo(x + 4, y + h - 3 - 0.5);
231 ctx.moveTo(x, y + r);
259 ctx.moveTo(x + (i * Math.round(w / 20)) + 0.5, y);
267 ctx.moveTo(x + (i * Math.round(w / 20)) + 1.5, y);
StylesSidebarPane.js     [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
PathHaiku.cpp 91 void Path::moveTo(const FloatPoint& point)
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSourceResult.java 58 public void moveTo(int pos) {
  /external/skia/include/core/
SkPath.h 260 void moveTo(SkScalar x, SkScalar y);
266 void moveTo(const SkPoint& p) {
267 this->moveTo(p.fX, p.fY);
272 same as moveTo().
282 moveTo() call has been made for this contour, the first point is
290 /** Add a line from the last point to the specified point. If no moveTo()
301 point on this contour. If there is no previous point, then a moveTo(0,0)
312 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
323 p1, and ending at p2. If no moveTo() call has been made for this
334 point on this contour. If there is no previous point, then a moveTo(0,0
    [all...]
  /external/skia/src/animator/
SkParseSVGPath.cpp 153 fPath.moveTo(points[0]);
219 fPath.moveTo(c);
230 fPath.moveTo(args[0].fX, args[0].fY);
  /external/skia/src/utils/
SkParsePath.cpp 95 path.moveTo(points[0]);
151 fPath.moveTo(c);
162 path.moveTo(args[0].fX, args[0].fY);
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 161 opt->rect.moveTo(QPoint(0, 0));
167 opt->rect.moveTo(topLeft);
178 opt->rect.moveTo(QPoint(0, 0));
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRoot.cpp 161 root.moveTo(FloatPoint(topStart.x() + width, ty));
178 mask.moveTo(topStart);
190 line.moveTo(bottomLeft);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ClusteredSuggestionsAdapter.java 100 promoted.moveTo(0);
117 result.moveTo(i);
156 c.moveTo(childPosition);
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 118 mColorPath.moveTo(indicatorLeft, mRect.top);
128 mEdgePath.moveTo(-xoff+lineOffset, 0);
132 mEdgePath.moveTo(width+xoff-1-lineOffset, 0);
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 215 m_frame->selection()->moveTo(VisiblePosition(Position(node, offset), DOWNSTREAM));
230 m_frame->selection()->moveTo(VisiblePosition(selection.end(), DOWNSTREAM));
245 m_frame->selection()->moveTo(VisiblePosition(selection.start(), DOWNSTREAM));
272 m_frame->selection()->moveTo(visibleBase, visibleExtent);
288 m_frame->selection()->moveTo(VisiblePosition(Position(node, offset), DOWNSTREAM));
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 87 path.moveTo(p0x - ox, p0y - oy);
101 path.moveTo(cx - width / 2.0f, cy);
114 path.moveTo(cx, cy - height / 2.0f);

Completed in 1274 milliseconds

1 23 4 5 6 7 8 9