Home
last modified time | relevance | path

Searched refs:rCubicTo (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp91 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/
DVectorDrawableUtils.cpp206 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/
DPath.cpp123 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/
DGlifPatternDrawable.java195 p.rCubicTo(92.6f, -170.6f, 213f, -440.3f, 269.4f, -768f); in renderOnCanvas()
/frameworks/base/graphics/java/android/graphics/
DPath.java483 public void rCubicTo(float x1, float y1, float x2, float y2, in rCubicTo() method in Path
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11160 method public void rCubicTo(float, float, float, float, float, float);
/frameworks/base/core/api/
Dcurrent.txt16744 method public void rCubicTo(float, float, float, float, float, float);