HomeSort by relevance Sort by last modified time
    Searched full:moveto (Results 76 - 100 of 377) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/gm/
strokefill.cpp 104 path4.moveTo(0, 0); // test for crbug.com/247770
113 path4.moveTo(0, 0); // test for crbug.com/247770
bitmaprecttest.cpp 19 path.moveTo(6, 6);
fatpathfill.cpp 79 line.moveTo(SkIntToScalar(1), SkIntToScalar(2));
linepaths.cpp 78 path.fPath.moveTo(25*SK_Scalar1, 15*SK_Scalar1);
80 path.fName = "moveTo-line";
221 path.fPath.moveTo(25*SK_Scalar1, 15*SK_Scalar1);
224 path.fName = "moveTo-line-close";
quadpaths.cpp 78 path.fPath.moveTo(25*SK_Scalar1, 10*SK_Scalar1);
81 path.fName = "moveTo-quad";
223 path.fPath.moveTo(25*SK_Scalar1, 10*SK_Scalar1);
227 path.fName = "moveTo-quad-close";
  /external/skia/tests/
PathOpsSimplifyFailTest.cpp 58 case 12: path.moveTo(nonFinitePts[i]); break;
84 case 10: path.moveTo(finitePts[f]); break;
PathOpsTightBoundsTest.cpp 21 path.moveTo(ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000));
66 path.moveTo(ran.nextRangeF(1, pathMax), ran.nextRangeF(pathMin, pathMax));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
SectionAnnotator.java 70 out.moveTo(sectionOffset);
85 out.moveTo(AlignmentUtils.alignOffset(out.getCursor(), itemAlignment));
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathsCacheActivity.java 56 path.moveTo(0.0f, 0.0f);
69 path.moveTo(0.0f, 0.0f);
  /frameworks/support/v4/donut/android/support/v4/view/animation/
PathInterpolatorDonut.java 100 path.moveTo(0.0f, 0.0f);
108 path.moveTo(0.0f, 0.0f);
  /packages/apps/Camera2/src/com/android/camera/widget/
SettingsCling.java 73 mTrianglePath.moveTo(triangleStartX, triangleStartY);
85 mTrianglePath.moveTo(triangleStartX, triangleStartY);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java 107 path.moveTo(width, 0.0f);
112 path.moveTo(0.0f, 0.0f);
  /art/runtime/base/unix_file/
fd_file.cc 59 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) {
153 moveTo(GuardState::kBase, GuardState::kClosed, "Truncating closed file.");
169 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file.");
213 moveTo(GuardState::kBase, GuardState::kClosed, "Writing into closed file.");
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathEvaluator.java 47 return PathPoint.moveTo(x, y);
  /external/freetype/src/cff/
cf2hints.h 179 * open paths to control ClosePath and to insert MoveTo for broken fonts.
206 FT_Bool pathIsOpen; /* true after MoveTo */
209 FT_Bool moveIsPending; /* true between MoveTo and offset MoveTo */
  /external/pdfium/third_party/freetype/src/cff/
cf2hints.h 179 * open paths to control ClosePath and to insert MoveTo for broken fonts.
206 FT_Bool pathIsOpen; /* true after MoveTo */
209 FT_Bool moveIsPending; /* true between MoveTo and offset MoveTo */
  /external/skia/bench/
PathIterBench.cpp 44 fPath.moveTo(pts[0]);
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 49 ADD_METHOD("moveTo", MoveTo);
76 void Path2DBuilder::MoveTo(const v8::FunctionCallbackInfo<v8::Value>& args) {
86 path->fSkPath.moveTo(SkDoubleToScalar(x), SkDoubleToScalar(y));
Path2DBuilder.h 35 static void MoveTo(const v8::FunctionCallbackInfo<v8::Value>& args);
  /external/skia/samplecode/
SampleStringArt.cpp 38 path.moveTo(center);
SampleCull.cpp 38 tmp.moveTo(pts[0]);
116 fPath.moveTo(x, y);
173 cpp.moveTo(fPoints[0].fX, fPoints[0].fY);
SampleHairline.cpp 102 path.moveTo(pts[0]);
125 path.moveTo(pts[0]);
149 path.moveTo(pts[0]);
  /external/skia/src/effects/
SkArcToPathEffect.cpp 31 dst->moveTo(pts[0]);
  /frameworks/base/core/java/android/gesture/
OrientedBoundingBox.java 64 path.moveTo(point[0], point[1]);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
HeadsUpAppearInterpolator.java 32 path.moveTo(0, 0);

Completed in 8098 milliseconds

1 2 34 5 6 7 8 91011>>