/frameworks/base/libs/hwui/tests/unit/ |
D | VectorDrawableTests.cpp | 91 outPath->rCubicTo(8.0, 8.0, 8.0, 8.0, 8.0, 8.0); in __anon6c41bec80202() 93 outPath->rCubicTo(0.0, 0.0, 9.0, 9.0, 9.0, 9.0); in __anon6c41bec80202() 130 outPath->rCubicTo(0.5522848, 0.0, 1.0, 0.44771525, 1.0, 1.0); in __anon6c41bec80302() 132 outPath->rCubicTo(0.0, 0.5522848, -0.44771525, 1.0, -1.0, 1.0); in __anon6c41bec80302() 134 outPath->rCubicTo(-0.5522848, 0.0, -1.0, -0.44771525, -1.0, -1.0); in __anon6c41bec80302() 136 outPath->rCubicTo(0.0, -0.5522848, 0.44771525, -1.0, 1.0, -1.0); in __anon6c41bec80302() 140 outPath->rCubicTo(0.0, 0.0, -14.0, 0.0, -14.0, 0.0); in __anon6c41bec80302() 141 outPath->rCubicTo(-1.1044922, 0.0, -2.0, 0.8955078, -2.0, 2.0); in __anon6c41bec80302() 142 outPath->rCubicTo(0.0, 0.0, 0.0, 14.0, 0.0, 14.0); in __anon6c41bec80302() 143 outPath->rCubicTo(0.0, 1.1044922, 0.8955078, 2.0, 2.0, 2.0); in __anon6c41bec80302() [all …]
|
/frameworks/base/libs/hwui/utils/ |
D | VectorDrawableUtils.cpp | 206 outPath->rCubicTo(points->at(k + 0), points->at(k + 1), points->at(k + 2), in addCommand() 231 outPath->rCubicTo(reflectiveCtrlPointX, reflectiveCtrlPointY, points->at(k + 0), in addCommand()
|
/frameworks/base/libs/hwui/jni/ |
D | Path.cpp | 123 static void rCubicTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, in rCubicTo() function in android::SkPathGlue 126 obj->rCubicTo(x1, y1, x2, y2, x3, y3); in rCubicTo() 550 {"nRCubicTo", "(JFFFFFF)V", (void*)SkPathGlue::rCubicTo},
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
D | GlifPatternDrawable.java | 195 p.rCubicTo(92.6f, -170.6f, 213f, -440.3f, 269.4f, -768f); in renderOnCanvas()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 483 public void rCubicTo(float x1, float y1, float x2, float y2, in rCubicTo() method in Path
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11160 method public void rCubicTo(float, float, float, float, float, float);
|
/frameworks/base/core/api/ |
D | current.txt | 16744 method public void rCubicTo(float, float, float, float, float, float);
|