/frameworks/support/compat/gingerbread/android/support/v4/view/animation/ |
PathInterpolatorGingerbread.java | 109 path.cubicTo(controlX1, controlY1, controlX2, controlY2, 1.0f, 1.0f);
|
/packages/apps/PhoneCommon/src/com/android/phone/common/compat/ |
PathInterpolatorCompat.java | 116 path.cubicTo(controlX1, controlY1, controlX2, controlY2, 1.0f, 1.0f);
|
/external/skia/src/animator/ |
SkParseSVGPath.cpp | 184 fPath.cubicTo(points[0], points[1], points[2]); 187 //cubicTo
|
SkDisplayType.cpp | 111 CASE_NEW(CubicTo); 265 CASE_GET_INFO(CubicTo); 431 { "cubicTo", SkType_CubicTo INIT_BOOL_FIELDS },
|
/external/skia/gm/ |
strokes.cpp | 203 path.cubicTo(-3500,5500,-500,5500,2500,-6500); 486 path.cubicTo(128.5f,111.5f,35.5f,29.5f,35.5f,29.5f); 499 path.cubicTo(157.474f,311.753f,85.5f,229.5f,35.5f,229.5f);
|
aaclip.cpp | 208 fVPath.cubicTo(W, H-10, 0, 10, 0, H);
|
/external/skia/src/gpu/ |
GrTestUtils.cpp | 162 gPath[3].cubicTo(10.f, 10.f, 20.f, 20.f, 30.f, 30.f); 168 gPath[4].cubicTo(10.f, 10.f, 20.f, 20.f, 30.f, 30.f);
|
/external/skia/tests/ |
DrawPathTest.cpp | 61 path->cubicTo(fptr[0], fptr[1], fptr[2], fptr[3], fptr[4], fptr[5]); 211 path.cubicTo(-329936, -100000000, -329936, 100000000, 1153, 330003);
|
EmptyPathTest.cpp | 112 static void make_C(SkPath* path) { path->moveTo(CX, CY); path->cubicTo(CX, CY, CX, CY, CX, CY); }
|
/cts/tests/tests/transition/src/android/transition/cts/ |
ArcMotionTest.java | 95 path.cubicTo(c1x, c1y, c2x, c2y, endX, endY);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TextAlign.java | 49 p.cubicTo(100, -50, 200, 50, 300, 0);
|
/external/skia/bench/ |
HairlinePathBench.cpp | 204 path->cubicTo(SkIntToScalar(points[base2] + xTrans),
|
/external/skia/samplecode/ |
SampleHairline.cpp | 138 path->cubicTo(ave(start, mid), ave(mid, end), end);
|
/external/skia/site/user/api/ |
skcanvas.md | 128 path.cubicTo(768, 0, -512, 256, 256, 256);
|
/external/skia/src/core/ |
SkPathMeasure.cpp | 454 dst->cubicTo(pts[1], pts[2], pts[3]); 457 dst->cubicTo(tmp0[1], tmp0[2], tmp0[3]); 462 dst->cubicTo(tmp0[4], tmp0[5], tmp0[6]); 465 dst->cubicTo(tmp1[1], tmp1[2], tmp1[3]);
|
/external/skia/src/effects/ |
Sk1DPathEffect.cpp | 132 dst->cubicTo(dstP[0], dstP[1], dstP[2]);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
PathInterpolatorBuilder.java | 53 path.cubicTo(x1, y1, x2, y2, 1f, 1f);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
KeyguardClockPositionAlgorithm.java | 66 path.cubicTo(0.3f, 0.875f, 0.6f, 1f, 1f, 1f);
|
/external/skia/experimental/SimpleCocoaApp/ |
SimpleApp.mm | 125 SkDebugf("path.cubicTo(%1.9g, %1.9g, %1.9g, %1.9g, %1.9g, %1.9g);\n",
|
/external/skia/experimental/SkV8Example/ |
Path2DBuilder.cpp | 137 path->fSkPath.cubicTo(
|
/external/skia/src/fonts/ |
SkTestScalerContext.cpp | 100 path->cubicTo(pts[0], pts[1], pts[2], pts[3], pts[4], pts[5]);
|
/external/skia/src/gpu/batches/ |
GrAAConvexTessellator.h | 202 void cubicTo(const SkMatrix& m, SkPoint pts[4]);
|
/external/skia/src/utils/ |
SkParsePath.cpp | 147 path.cubicTo(points[0], points[1], points[2]);
|
/frameworks/base/core/java/android/view/animation/ |
PathInterpolator.java | 153 path.cubicTo(x1, y1, x2, y2, 1f, 1f);
|
/frameworks/base/libs/hwui/utils/ |
VectorDrawableUtils.cpp | 154 p->cubicTo((float) q1x, 367 outPath->cubicTo(points->at(k + 0), points->at(k + 1), points->at(k + 2), points->at(k + 3), 398 outPath->cubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY,
|