Home
last modified time | relevance | path

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

/frameworks/support/transition/src/androidTest/java/androidx/transition/
DArcMotionTest.java99 float c2x = (eX + endX) / 2; in arcWithPoint() local
103 path.cubicTo(c1x, c1y, c2x, c2y, endX, endY); in arcWithPoint()
/frameworks/base/libs/hwui/
DPathTessellator.h140 float p2y, float c2x, float c2y,
DPathTessellator.cpp1002 float p2x, float p2y, float c2x, float c2y, in recursiveCubicBezierVertices() argument
1008 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx); in recursiveCubicBezierVertices()
1017 float p2c2x = (p2x + c2x) * 0.5f; in recursiveCubicBezierVertices()
1020 float c1c2x = (c1x + c2x) * 0.5f; in recursiveCubicBezierVertices()