/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionPosition.java | 48 mCursor.moveTo(mPosition);
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleClock.cpp | 64 path.moveTo(200,0); 92 path.moveTo(234,0); 114 path.moveTo(-20,0); 135 path.moveTo(-56,0); 157 path.moveTo(-60,0);
|
/external/skia/samplecode/ |
SampleClock.cpp | 64 path.moveTo(200,0); 92 path.moveTo(234,0); 114 path.moveTo(-20,0); 135 path.moveTo(-56,0); 157 path.moveTo(-60,0);
|
/external/chromium_org/third_party/skia/include/core/ |
SkPath.h | 219 * a moveTo and a lineTo). If so, and line[] is not null, it sets the 2 311 void moveTo(SkScalar x, SkScalar y); 317 void moveTo(const SkPoint& p) { 318 this->moveTo(p.fX, p.fY); 323 same as moveTo(). 333 moveTo() call has been made for this contour, the first point is 341 /** Add a line from the last point to the specified point. If no moveTo() 352 point on this contour. If there is no previous point, then a moveTo(0,0) 363 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for 374 p1, and ending at p2. If no moveTo() call has been made for thi [all...] |
/external/skia/include/core/ |
SkPath.h | 218 * a moveTo and a lineTo). If so, and line[] is not null, it sets the 2 310 void moveTo(SkScalar x, SkScalar y); 316 void moveTo(const SkPoint& p) { 317 this->moveTo(p.fX, p.fY); 322 same as moveTo(). 332 moveTo() call has been made for this contour, the first point is 340 /** Add a line from the last point to the specified point. If no moveTo() 351 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 373 p1, and ending at p2. If no moveTo() call has been made for thi [all...] |
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
ruler_track.js | 105 ctx.moveTo(x1, y1); 128 ctx.moveTo(bx + ax, by + ay); 235 ctx.moveTo(curXView, 0); 241 ctx.moveTo(xView, rulerHeight - minorTickH); 248 ctx.moveTo(0, rulerHeight); 341 ctx.moveTo(0, rulerHeight * 2);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CornerPathEffectTest.java | 43 path.moveTo(0, PADDING); 65 expectedPath.moveTo(0, PADDING);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PathEffects.java | 102 p.moveTo(0, 0); 111 p.moveTo(4, 0);
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2glue.h | 97 /* `moveTo' and `pt3' is not used for `quadTo'. The initial point `pt0' */ 126 CF2_Callback_Type moveTo;
|
/external/chromium_org/third_party/skia/animations/ |
images#1.xml | 22 <moveTo id="pt1" x="0" y="0" /> 29 <moveTo x="0" y="0" />
|
/external/chromium_org/third_party/skia/gm/ |
mixedxfermodes.cpp | 53 fConvexPath.moveTo(points[0]); 68 fConcavePath.moveTo(points[0]);
|
nonclosedpaths.cpp | 52 path->moveTo(30, 50); 55 path->moveTo(30, 30);
|
patheffects.cpp | 65 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); 126 path.moveTo(20, 20);
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsSimplifyFailTest.cpp | 58 case 12: path.moveTo(nonFinitePts[i]); break; 84 case 10: path.moveTo(finitePts[f]); break;
|
PathOpsTightBoundsTest.cpp | 22 path.moveTo(ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)); 67 path.moveTo(ran.nextRangeF(1, pathMax), ran.nextRangeF(pathMin, pathMax));
|
/external/e2fsprogs/contrib/ |
dconf | 74 printf(" newpath x1 y1 moveto x2 y1 lineto x2 y2 lineto\n") 79 printf("/textxy {moveto show} bind def\n")
|
/external/freetype/src/cff/ |
cf2glue.h | 97 /* `moveTo' and `pt3' is not used for `quadTo'. The initial point `pt0' */ 126 CF2_Callback_Type moveTo;
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cf2glue.h | 97 /* `moveTo' and `pt3' is not used for `quadTo'. The initial point `pt0' */ 126 CF2_Callback_Type moveTo;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPath.java | 27 public void moveTo(float x, float y) { 61 * @return whether the {@link #moveTo(float, float)} method was called
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
CanvasTest.java | 94 path1.moveTo(20, 15); 96 path2.moveTo(100, 100);
|
/external/skia/gm/ |
mixedxfermodes.cpp | 53 fConvexPath.moveTo(points[0]); 68 fConcavePath.moveTo(points[0]);
|
nonclosedpaths.cpp | 52 path->moveTo(30, 50); 55 path->moveTo(30, 30);
|
patheffects.cpp | 65 path.moveTo(SkIntToScalar(gXY[0]), SkIntToScalar(gXY[1])); 126 path.moveTo(20, 20);
|
/external/skia/tests/ |
PathOpsSimplifyFailTest.cpp | 58 case 12: path.moveTo(nonFinitePts[i]); break; 84 case 10: path.moveTo(finitePts[f]); break;
|
/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));
|