Searched refs:c2y (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/transition/src/androidTest/java/androidx/transition/ |
D | ArcMotionTest.java | 100 float c2y = (eY + endY) / 2; in arcWithPoint() local 103 path.cubicTo(c1x, c1y, c2x, c2y, endX, endY); in arcWithPoint()
|
/frameworks/base/libs/hwui/ |
D | PathTessellator.h | 140 float p2y, float c2x, float c2y,
|
D | PathTessellator.cpp | 1002 float p2x, float p2y, float c2x, float c2y, in recursiveCubicBezierVertices() argument 1008 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx); in recursiveCubicBezierVertices() 1018 float p2c2y = (p2y + c2y) * 0.5f; in recursiveCubicBezierVertices() 1021 float c1c2y = (c1y + c2y) * 0.5f; in recursiveCubicBezierVertices()
|