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

1 2 3 4 5 67 8 9

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 118 path->moveTo(0, h);
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc 168 stroke_path_->moveTo(
  /external/skia/samplecode/
SampleTextOnPath.cpp 171 path.moveTo(SkIntToScalar(200), SkIntToScalar(300));
SampleAll.cpp 234 dst->moveTo(dstP[0]);
348 path.moveTo(x, y);
598 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
SamplePatch.cpp 27 path.moveTo(pts[0]);
SampleTextEffects.cpp 226 dst->moveTo(dstP[0]);
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 141 void moveTo(float x, float y);
CanvasRenderingContext2D.cpp 762 void CanvasRenderingContext2D::moveTo(float x, float y)
768 m_path.moveTo(FloatPoint(x, y));
780 m_path.moveTo(p1);
792 m_path.moveTo(FloatPoint(cpx, cpy));
806 m_path.moveTo(FloatPoint(cp1x, cp1y));
831 m_path.moveTo(p1);
887 m_path.moveTo(FloatPoint(x, y));
    [all...]
CanvasRenderingContext2D.idl 67 void moveTo(in float x, in float y);
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 52 quadPath.moveTo(quad.p1());
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 161 path->moveTo(FIXEDToSkScalar(polyHeader->pfxStart.x),
  /external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp 101 m_consumer->moveTo(blendAnimatedFloatPoint(fromTargetPoint, toTargetPoint), false, m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
  /frameworks/base/graphics/java/android/graphics/
Path.java 215 public void moveTo(float x, float y) {
222 * same as moveTo().
235 * If no moveTo() call has been made for this contour, the first point is
248 * point on this contour. If there is no previous point, then a moveTo(0,0)
263 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
278 * point on this contour. If there is no previous point, then a moveTo(0,0)
297 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
316 * moveTo(0,0) is inserted automatically.
328 * start of the arc. However, if the path is empty, then we call moveTo()
347 * start of the arc. However, if the path is empty, then we call moveTo()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 619 void PlatformPath::moveTo(const FloatPoint& point)
621 PlatformPathElement::MoveTo data = { { point.x(), point.y() } };
731 moveTo(start);
741 moveTo(r.location());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 231 suggestions.moveTo(position);
353 refreshed.moveTo(0);
640 suggestion.moveTo(position);
    [all...]
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 413 path.moveTo(SkIntToScalar(tip_x), SkIntToScalar(tip_y));
  /external/skia/src/core/
SkRegion_path.cpp 409 path->moveTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY0));
  /external/webkit/Source/WebCore/page/
DOMWindow.h 239 void moveTo(float x, float y) const;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 103 void Path::moveTo(const FloatPoint& p)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 181 void Path::moveTo(const FloatPoint& point)
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 342 void (*moveTo)(ANPPath*, float x, float y);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 152 path.moveTo(SkIntToScalar(x0), SkIntToScalar(y0));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
RecognitionView.java 329 path.moveTo(x, 0);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeViewOverview.java 270 connectionPath.moveTo(x1, y1);
  /external/chromium/chrome/browser/resources/
network_menu.js 26 ctx.moveTo(lineWidth / 2, r - lineWidth / 2);

Completed in 955 milliseconds

1 2 3 4 5 67 8 9