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

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

Completed in 69 milliseconds