Searched refs:MoveTo (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.h74 struct MoveTo { struct in class:WebCore::PlatformPathElement
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;
H A DPlatformPathWinCE.cpp621 PlatformPathElement::MoveTo data = { { point.x(), point.y() } };
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_view.h32 void MoveTo(const gfx::Point& screen_point);
H A Ddragged_tab_view.cc70 void DraggedTabView::MoveTo(const gfx::Point& screen_point) { function in class:DraggedTabView
H A Ddragged_tab_controller.cc770 view_->MoveTo(screen_point);
/external/skia/include/pdf/
H A DSkPDFUtils.h39 static void MoveTo(SkScalar x, SkScalar y, SkWStream* content);
/external/webkit/Source/WebCore/platform/image-decoders/wx/
H A DImageDecoderWx.cpp68 p.MoveTo(data, 0, rowCounter);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.h34 void MoveTo(const gfx::Point& screen_point);
H A Ddragged_tab_gtk.cc88 void DraggedTabGtk::MoveTo(const gfx::Point& screen_point) { function in class:DraggedTabGtk
H A Ddragged_tab_controller_gtk.cc293 dragged_tab_->MoveTo(dragged_tab_point);
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble.h83 void MoveTo(int x, int y);
H A Dbrowser_bubble.cc110 void BrowserBubble::MoveTo(int x, int y) { function in class:BrowserBubble
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysyuv.cc280 bview->MoveTo(left+dst->x,top+dst->y);
282 bview->MoveTo(dst->x,dst->y);
H A DSDL_sysvideo.cc465 SDL_Win->MoveTo(cx, cy);
/external/skia/src/pdf/
H A DSkPDFUtils.cpp47 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { function in class:SkPDFUtils
110 MoveTo(args[0].fX, args[0].fY, content);
H A DSkPDFDevice.cpp663 SkPDFUtils::MoveTo(points[0].fX, points[0].fY,
673 SkPDFUtils::MoveTo(points[i * 2].fX, points[i * 2].fY,
684 SkPDFUtils::MoveTo(points[i].fX, points[i].fY,
/external/skia/src/animator/
H A DSkPathParts.h35 DECLARE_MEMBER_INFO(MoveTo);
H A DSkDisplayType.cpp151 CASE_NEW(MoveTo);
306 CASE_GET_INFO(MoveTo);
/external/skia/src/ports/
H A DSkFontHost_mac_atsui.cpp94 static OSStatus MoveTo(const Float32Point *pt, void *cb);
418 &SkScalerContext_Mac::MoveTo,
426 OSStatus SkScalerContext_Mac::MoveTo(const Float32Point *pt, void *cb) function in class:SkScalerContext_Mac
/external/skia/src/xml/
H A DSkJSDisplayable.cpp151 JS_INIT(Sk, MoveTo)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 731 milliseconds