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

1 2 34 5 6

  /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.h 128 void moveTo(float x, float y);
CanvasRenderingContext2D.cpp 534 void CanvasRenderingContext2D::moveTo(float x, float y)
540 m_path.moveTo(FloatPoint(x, y));
550 m_path.moveTo(FloatPoint(x, y));
562 m_path.moveTo(FloatPoint(x, y));
574 m_path.moveTo(FloatPoint(x, y));
    [all...]
  /external/webkit/WebCore/platform/graphics/
PathTraversalState.cpp 167 float PathTraversalState::moveTo(const FloatPoint& point)
  /libcore/luni/src/main/java/java/nio/
ReadWriteDirectByteBuffer.java 80 effectiveAddress.offsetBytes(position).moveTo(effectiveAddress, remaining());
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
PlatformAddress.java 85 public final void moveTo(PlatformAddress dst, long numBytes) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 263 mPromoted.moveTo(i);
SearchActivity.java 554 suggestions.moveTo(position);
591 suggestions.moveTo(position);
750 cursor.moveTo(i);
ShortcutRepositoryImplLog.java 311 refreshed.moveTo(0);
511 suggestion.moveTo(position);
    [all...]
  /external/webkit/WebCore/inspector/front-end/
SourceFrame.js 542 ctx.moveTo(17, 2);
588 ctx.moveTo(0, 2);
  /external/webkit/WebCore/platform/graphics/cg/
PathCG.cpp 189 void Path::moveTo(const FloatPoint& point)
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 159 path->moveTo(FIXEDToSkScalar(polyHeader->pfxStart.x),
  /frameworks/base/graphics/java/android/graphics/
Path.java 184 public void moveTo(float x, float y) {
191 * same as moveTo().
204 * If no moveTo() call has been made for this contour, the first point is
216 * point on this contour. If there is no previous point, then a moveTo(0,0)
230 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
244 * point on this contour. If there is no previous point, then a moveTo(0,0)
262 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
280 * moveTo(0,0) is inserted automatically.
291 * start of the arc. However, if the path is empty, then we call moveTo()
309 * start of the arc. However, if the path is empty, then we call moveTo()
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCameraManager.java 68 camera.moveTo(position.x, position.y, zoomin ? camera.getDistanceToFitRect(width * oneByZoom, height
  /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/WebKit/android/nav/
SelectText.cpp     [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/skia/src/core/
SkRegion_path.cpp 409 path->moveTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY0));
SkPathMeasure.cpp 513 dst->moveTo(p);
  /external/webkit/WebCore/page/
DOMWindow.h 237 void moveTo(float x, float y) const;
  /external/webkit/WebCore/platform/graphics/cairo/
PathCairo.cpp 95 void Path::moveTo(const FloatPoint& p)
  /external/webkit/WebKit/android/plugins/
android_npapi.h 329 void (*moveTo)(ANPPath*, float x, float y);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java 281 path.moveTo(x, 0);
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 586 opt.rect.moveTo(QPoint(0, 0));
673 option.rect.moveTo(QPoint(0, 0));
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 286 gPathI.moveTo(m_touchPath, x, y);

Completed in 1430 milliseconds

1 2 34 5 6