HomeSort by relevance Sort by last modified time
    Searched full:moveto (Results 126 - 150 of 264) sorted by null

1 2 3 4 56 7 8 91011

  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 175 void Path::moveTo(const FloatPoint& point)
177 m_path.moveTo(point);
342 // one initial MoveTo element in the path.
428 // In case of moveTo(0, 0) and addLineTo(0, 10) the angle is 270,
  /external/webkit/Source/WebCore/platform/image-decoders/wx/
ImageDecoderWx.cpp 68 p.MoveTo(data, 0, rowCounter);
  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.cpp 48 result.moveTo(FloatPoint(path[0].x(), path[0].y()));
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
Doodle.java 53 normalizedPath.moveTo(startPoint.x, startPoint.y);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogLogger.java 117 cursor.moveTo(i);
ListSuggestionCursor.java 78 public void moveTo(int pos) {
CursorBackedSuggestionCursor.java 124 public void moveTo(int pos) {
126 throw new IllegalStateException("moveTo(" + pos + ") after close()");
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 122 ctx.moveTo(axisx.p2c(x1) + xoffset, axisy.p2c(y1) + yoffset);
165 ctx.moveTo(ax1 + dashOffset.deltaX, ay1 + dashOffset.deltaY);
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 280 bview->MoveTo(left+dst->x,top+dst->y);
282 bview->MoveTo(dst->x,dst->y);
  /external/skia/src/animator/
SkDisplayType.cpp 159 CASE_NEW(MoveTo);
314 CASE_GET_INFO(MoveTo);
481 { "moveTo", SkType_MoveTo INIT_BOOL_FIELDS },
SkDrawPath.cpp 208 fPath.moveTo(points[0], points[1]);
  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 62 m_consumer->moveTo(m_currentPoint, m_closePath, AbsoluteCoordinates);
64 m_consumer->moveTo(targetPoint, m_closePath, m_mode);
296 // Path must start with moveto.
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 96 mPath.moveTo(x, y);
SensorTest.java 170 mPath.moveTo(0, -50);
TextAlign.java 48 p.moveTo(10, 0);
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.h 34 void MoveTo(const gfx::Point& screen_point);
  /external/chromium/chrome/browser/ui/views/
browser_bubble.h 83 void MoveTo(int x, int y);
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 70 void DraggedTabView::MoveTo(const gfx::Point& screen_point) {
  /external/llvm/lib/CodeGen/
InterferenceCache.h 177 /// moveTo - Move cursor to basic block MBBNum.
  /external/skia/samplecode/
SampleDither.cpp 54 path.moveTo(x + radius, y);
SampleSlides.cpp 66 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
117 path.moveTo(20, 20);
255 path.moveTo(100, 300);
661 dst->moveTo(dstP[0]);
  /external/skia/src/effects/
Sk1DPathEffect.cpp 130 dst->moveTo(dstP[0]);
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 143 path.moveTo(FloatPoint(m_coords[0].calcMinValue(width), m_coords[1].calcMinValue(height)));
  /external/webkit/Source/WebCore/platform/graphics/
PathTraversalState.cpp 167 float PathTraversalState::moveTo(const FloatPoint& point)

Completed in 2592 milliseconds

1 2 3 4 56 7 8 91011