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

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/WebCore/inspector/front-end/
TimelineOverviewPane.js 572 ctx.moveTo(0, height - initialY);
inspector.js     [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 114 [RequiresAllArguments] void moveTo(in float x, in float y); // FIXME: this should take longs not floats.
    [all...]
DOMWindow.cpp     [all...]
  /packages/apps/Email/src/com/android/email/activity/
UIControllerBase.java     [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 95 path->moveTo(0, 1);
    [all...]
dragged_tab_controller.cc 770 view_->MoveTo(screen_point);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 672 path->moveTo(SkFixedToScalar(*(SkFixed*)(&th->pfxStart.x)), SkFixedToScalar(*(SkFixed*)(&th->pfxStart.y)));
    [all...]
SkFontHost_FreeType.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 735 path.moveTo(SkFloatToScalar(points[0].x()), SkFloatToScalar(points[0].y()));
    [all...]
FontAndroid.cpp 245 path.moveTo(vPosBegin[i]);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 467 path.moveTo(WebCoreFloatToSkScalar(points[0].x()),
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 342 void (*moveTo)(ANPPath*, float x, float y);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebsettings.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 428 ringPath.moveTo(x + radius, y);
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeView.java     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /external/skia/include/core/
SkCanvas.h 425 differently than the equivalent path built with a series of moveto,
    [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
SkDraw.cpp 633 path.moveTo(pts[i]);
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 844 //emp_win.moveTo(110,0);
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 406 path.moveTo(points[0]);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 640 LOG_ERROR("MoveTo (%f, %f)", points[0].fX, points[0].fY);
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]

Completed in 798 milliseconds

1 2 3 4 5 6 7 8 91011