HomeSort by relevance Sort by last modified time
    Searched refs:moveTo (Results 226 - 250 of 312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
  /external/skia/src/core/
SkStroke.cpp 165 void moveTo(const SkPoint&);
310 fOuter.moveTo(fFirstOuterPt.fX, fFirstOuterPt.fY);
311 fInner.moveTo(prevX - normal->fX, prevY - normal->fY);
339 fOuter.moveTo(pt.fX, pt.fY);
404 void SkPathStroker::moveTo(const SkPoint& pt) {
    [all...]
SkDevice.cpp 296 dst->moveTo(dstP[0]);
SkPathMeasure.cpp 317 return; // should we report this, to undo a moveTo?
583 dst->moveTo(p);
SkRegion_path.cpp 462 path->moveTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY0));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmhst.h 475 virtual HRESULT WINAPI moveTo(LONG x,LONG y) = 0;
486 HRESULT (WINAPI *moveTo)(IHTMLOMWindowServices *This,LONG x,LONG y);
499 #define IHTMLOMWindowServices_moveTo(This,x,y) (This)->lpVtbl->moveTo(This,x,y)
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 64 path.moveTo(10.0f, 10.0f);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 319 cross.moveTo(bb);
nv50_ir_util.h 284 void moveTo(Stack&); // move all items to target (not like push(pop()))
  /external/skia/gm/
techtalk1.cpp 23 dst->moveTo(pts[0]);
  /external/skia/samplecode/
SampleFilterQuality.cpp 42 path.moveTo(0, 0); path.lineTo(N, 0); path.lineTo(0, N); path.close();
SampleAll.cpp 292 path.moveTo(x, y);
495 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1]));
SamplePathFuzz.cpp 458 path.moveTo(x, y);
  /external/skia/tests/
PaintTest.cpp 177 path.moveTo(460.2881309415525f,
MatrixClipCollapseTest.cpp 172 p.moveTo(5.0f, 5.0f);
  /frameworks/base/graphics/java/android/graphics/
Path.java 314 public void moveTo(float x, float y) {
321 * same as moveTo().
334 * If no moveTo() call has been made for this contour, the first point is
347 * point on this contour. If there is no previous point, then a moveTo(0,0)
362 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
377 * point on this contour. If there is no previous point, then a moveTo(0,0)
396 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
415 * moveTo(0,0) is inserted automatically.
427 * start of the arc. However, if the path is empty, then we call moveTo()
445 * start of the arc. However, if the path is empty, then we call moveTo()
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 60 path.moveTo(pts[i]);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 388 gHistoPath.moveTo(dx, h);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 355 cursor.moveTo(i);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 610 mPath.moveTo(0, 0);
  /external/freetype/src/cff/
cf2ft.c 247 outline->root.moveTo = cf2_builder_moveTo;
  /external/pdfium/third_party/freetype/src/cff/
cf2ft.c 247 outline->root.moveTo = cf2_builder_moveTo;
  /external/skia/src/c/
sk_surface.cpp 249 as_path(cpath)->moveTo(x, y);
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 518 path->moveTo(SkFDot6ToScalar(pt->x), -SkFDot6ToScalar(pt->y));

Completed in 2226 milliseconds

1 2 3 4 5 6 7 8 91011>>