Home
last modified time | relevance | path

Searched refs:c1x (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/transition/src/androidTest/java/androidx/transition/
DArcMotionTest.java97 float c1x = (eX + startX) / 2; in arcWithPoint() local
103 path.cubicTo(c1x, c1y, c2x, c2y, endX, endY); in arcWithPoint()
/frameworks/base/libs/hwui/
DPathTessellator.h139 static void recursiveCubicBezierVertices(float p1x, float p1y, float c1x, float c1y, float p2x,
DPathTessellator.cpp1001 void PathTessellator::recursiveCubicBezierVertices(float p1x, float p1y, float c1x, float c1y, in recursiveCubicBezierVertices() argument
1007 float d1 = fabs((c1x - p2x) * dy - (c1y - p2y) * dx); in recursiveCubicBezierVertices()
1015 float p1c1x = (p1x + c1x) * 0.5f; in recursiveCubicBezierVertices()
1020 float c1c2x = (c1x + c2x) * 0.5f; in recursiveCubicBezierVertices()