Home
last modified time | relevance | path

Searched defs:moveTo (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathBuilder.cpp36 void SVGPathBuilder::moveTo(const FloatPoint& targetPoint, bool closed, PathCoordinateMode mode) in moveTo() function in WebCore::SVGPathBuilder
DSVGPathTraversalStateBuilder.cpp35 void SVGPathTraversalStateBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode) in moveTo() function in WebCore::SVGPathTraversalStateBuilder
DSVGPathStringBuilder.cpp38 void SVGPathStringBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) in moveTo() function in WebCore::SVGPathStringBuilder
DSVGPathByteStreamBuilder.cpp34 void SVGPathByteStreamBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) in moveTo() function in WebCore::SVGPathByteStreamBuilder
DSVGPathSegListBuilder.cpp59 void SVGPathSegListBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) in moveTo() function in WebCore::SVGPathSegListBuilder
DSVGPathSegListSource.cpp65 SVGPathSegSingleCoordinate* moveTo = static_cast<SVGPathSegSingleCoordinate*>(m_segment.get()); in parseMoveToSegment() local
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DEntry.cpp57 void Entry::moveTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassOwnPtr<EntryCallback>… in moveTo() function in WebCore::Entry
DEntrySync.cpp60 PassRefPtr<EntrySync> EntrySync::moveTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, … in moveTo() function in WebCore::EntrySync
/external/chromium_org/third_party/skia/src/utils/
DSkCullPoints.cpp81 void SkCullPoints::moveTo(int x, int y) { in moveTo() function in SkCullPoints
130 void SkCullPointsPath::moveTo(int x, int y) { in moveTo() function in SkCullPointsPath
/external/skia/src/utils/
DSkCullPoints.cpp81 void SkCullPoints::moveTo(int x, int y) { in moveTo() function in SkCullPoints
130 void SkCullPointsPath::moveTo(int x, int y) { in moveTo() function in SkCullPointsPath
/external/chromium_org/chrome/renderer/resources/extensions/
Dapp_window_custom_bindings.js109 AppWindow.prototype.moveTo = $Function.bind(window.moveTo, window); argument
/external/skia/src/effects/
DSkCornerPathEffect.cpp44 SkPoint moveTo, lastCorner; in filterPath() local
/external/chromium_org/third_party/skia/src/effects/
DSkCornerPathEffect.cpp44 SkPoint moveTo, lastCorner; in filterPath() local
/external/chromium_org/third_party/skia/src/pathops/
DSkPathWriter.cpp155 void SkPathWriter::moveTo() { in moveTo() function in SkPathWriter
/external/skia/src/pathops/
DSkPathWriter.cpp155 void SkPathWriter::moveTo() { in moveTo() function in SkPathWriter
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPath.java27 public void moveTo(float x, float y) { in moveTo() method in ShadowPath
/external/freetype/src/cff/
Dcf2glue.h126 CF2_Callback_Type moveTo; member
/external/chromium_org/third_party/freetype/src/cff/
Dcf2glue.h126 CF2_Callback_Type moveTo; member
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp121 void FrameSelection::moveTo(const VisiblePosition &pos, EUserTriggered userTriggered, CursorAlignOn… in moveTo() function in WebCore::FrameSelection
127 void FrameSelection::moveTo(const VisiblePosition &base, const VisiblePosition &extent, EUserTrigge… in moveTo() function in WebCore::FrameSelection
134 void FrameSelection::moveTo(const Position &pos, EAffinity affinity, EUserTriggered userTriggered) in moveTo() function in WebCore::FrameSelection
140 void FrameSelection::moveTo(const Range *r, EAffinity affinity, EUserTriggered userTriggered) in moveTo() function in WebCore::FrameSelection
147 void FrameSelection::moveTo(const Position &base, const Position &extent, EAffinity affinity, EUser… in moveTo() function in WebCore::FrameSelection
/external/skia/gm/
Dpoly2poly.cpp51 void SkJSCanvas::moveTo(double x, double y) { in moveTo() function in SkJSCanvas
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPathTraversalState.cpp166 float PathTraversalState::moveTo(const FloatPoint& point) in moveTo() function in WebCore::PathTraversalState
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp79 Stack::moveTo(Stack& that) in moveTo() function in nv50_ir::Stack
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp79 Stack::moveTo(Stack& that) in moveTo() function in nv50_ir::Stack
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasPathMethods.cpp56 void CanvasPathMethods::moveTo(float x, float y) in moveTo() function in WebCore::CanvasPathMethods
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DHandleView.java257 void moveTo(int x, int y) { in moveTo() method in HandleView

12