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

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java 49 path.moveTo(START_X, COORD_Y);
DiscretePathEffectTest.java 52 path.moveTo(START_X, COORD_Y);
EmbossMaskFilterTest.java 50 path.moveTo(START_X, CENTER_Y);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 49 path.moveTo(50, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 88 mPath.moveTo(0, -50);
ShapeDrawable1.java 86 path.moveTo(50, 0);
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java 76 path.moveTo(-deltaX, -deltaY);
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc 79 path.moveTo(bounds.x() + 0.5, bounds.bottom() + 0.5);
  /external/chromium/chrome/browser/ui/views/
browser_bubble.cc 110 void BrowserBubble::MoveTo(int x, int y) {
  /external/skia/include/core/
SkPathMeasure.h 65 Begin the segment with a moveTo if startWithMoveTo is true
  /external/skia/legacy/include/core/
SkPathMeasure.h 61 Begin the segment with a moveTo if startWithMoveTo is true
  /external/skia/legacy/src/ports/
SkFontHost_mac_atsui.cpp 94 static OSStatus MoveTo(const Float32Point *pt, void *cb);
418 &SkScalerContext_Mac::MoveTo,
426 OSStatus SkScalerContext_Mac::MoveTo(const Float32Point *pt, void *cb)
428 reinterpret_cast<SkPath*>(cb)->moveTo(F32PtToSkPoint(*pt));
  /external/skia/src/core/
SkPath.cpp 188 if (count <= 1) { // we ignore just 1 point (moveto)
212 // flag to require a moveTo if we begin with something else, like lineTo etc.
698 this->moveTo(x, y);
744 void SkPath::moveTo(SkScalar x, SkScalar y) {
761 this->moveTo(pt.fX + x, pt.fY + y);
774 this->moveTo(x, y);
864 // signal that we need a moveTo to follow us (unless we're done)
894 this->moveTo(left, top);
1071 this->moveTo(rect.fRight - rx, rect.fTop);
    [all...]
  /external/skia/src/effects/
Sk2DPathEffect.cpp 99 dst->moveTo(dstP[0]);
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 94 static OSStatus MoveTo(const Float32Point *pt, void *cb);
418 &SkScalerContext_Mac::MoveTo,
426 OSStatus SkScalerContext_Mac::MoveTo(const Float32Point *pt, void *cb)
428 reinterpret_cast<SkPath*>(cb)->moveTo(F32PtToSkPoint(*pt));
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 68 fPath->moveTo(SkFloatToScalar(startPoint.x), SkFloatToScalar(startPoint.y));
  /external/skia/tests/
PaintTest.cpp 72 path.moveTo(SkFloatToScalar(460.2881309415525f),
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.h 118 moveTo:: move__
119 moveTo_ moveTo$_
120 moveTo$_ moveTo$$$_
  /external/webkit/Source/WebCore/fileapi/
Entry.cpp 61 void Entry::moveTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
EntrySync.cpp 65 PassRefPtr<EntrySync> EntrySync::moveTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionCode& ec) const
  /external/webkit/Source/WebCore/manual-tests/
window-sizing.html 49 w.moveTo(w.screenLeft - 100, w.screenTop + 100);
  /external/webkit/Source/WebCore/platform/graphics/
Path.h 129 void moveTo(const FloatPoint&);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
PathHaiku.cpp 91 void Path::moveTo(const FloatPoint& point)
  /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);

Completed in 798 milliseconds

1 2 3 4 56 7 8 91011>>