HomeSort by relevance Sort by last modified time
    Searched full:moveto (Results 301 - 325 of 685) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/experimental/Intersection/
LogoPlay.cpp 163 SkDebugf("path.moveTo(%1.9gf,%1.9gf);\n", pts[0].fX, pts[0].fY);
240 fPath.moveTo(points[0]);
306 fPath.moveTo(c);
317 fPath.moveTo(args[0].fX, args[0].fY);
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
gears.js 16 pathLike.moveTo(Math.sin(-2*dTq)*outer, Math.cos(-2*dTq)*outer);
  /external/chromium_org/third_party/skia/gm/
inversepaths.cpp 36 path.moveTo(cx - l / 2, cy);
  /external/chromium_org/third_party/skia/include/core/
SkPathMeasure.h 63 Begin the segment with a moveTo if startWithMoveTo is true
  /external/chromium_org/third_party/skia/samplecode/
SampleCircle.cpp 79 path->moveTo(SK_Scalar1, 0);
SampleDitherBitmap.cpp 43 path.moveTo(25071800.f, -141823808.f);
SampleFontScalerTest.cpp 88 path.moveTo(pts[0]);
SampleLua.cpp 49 " path:moveTo(rndX(), rndY());"
SampleTextOnPath.cpp 56 path.moveTo(SkIntToScalar(050), SkIntToScalar(200));
  /external/chromium_org/third_party/skia/src/effects/
Sk2DPathEffect.cpp 102 dst->moveTo(dstP[0]);
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteGeometrySink.cpp 68 fPath->moveTo(startPoint.x, startPoint.y);
  /external/fonttools/Lib/fontTools/pens/
boundsPen.py 83 pen.moveTo((0, 0))
  /external/skia/bench/
DashBench.cpp 28 path->moveTo(SkIntToScalar(10), SkIntToScalar(10));
145 path->moveTo(0, -SK_Scalar1);
164 path->moveTo(x0, y0);
172 path->moveTo(x0, y0);
  /external/skia/experimental/Intersection/
LogoPlay.cpp 163 SkDebugf("path.moveTo(%1.9gf,%1.9gf);\n", pts[0].fX, pts[0].fY);
240 fPath.moveTo(points[0]);
306 fPath.moveTo(c);
317 fPath.moveTo(args[0].fX, args[0].fY);
  /external/skia/experimental/SkV8Example/
gears.js 16 pathLike.moveTo(Math.sin(-2*dTq)*outer, Math.cos(-2*dTq)*outer);
  /external/skia/gm/
canvasstate.cpp 48 fPath.moveTo(25, 25);
inversepaths.cpp 36 path.moveTo(cx - l / 2, cy);
  /external/skia/include/core/
SkPathMeasure.h 63 Begin the segment with a moveTo if startWithMoveTo is true
  /external/skia/samplecode/
SampleCircle.cpp 79 path->moveTo(SK_Scalar1, 0);
SampleDitherBitmap.cpp 43 path.moveTo(25071800.f, -141823808.f);
SampleFontScalerTest.cpp 88 path.moveTo(pts[0]);
SampleLua.cpp 49 " path:moveTo(rndX(), rndY());"
SampleTextOnPath.cpp 56 path.moveTo(SkIntToScalar(050), SkIntToScalar(200));
  /external/skia/src/effects/
Sk2DPathEffect.cpp 100 dst->moveTo(dstP[0]);
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 68 fPath->moveTo(startPoint.x, startPoint.y);

Completed in 938 milliseconds

<<11121314151617181920>>