Searched refs:c2x (Results 1 – 2 of 2) sorted by relevance
141 float c2x, float c2y,
1042 float p2x, float p2y, float c2x, float c2y, in recursiveCubicBezierVertices() argument1048 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx); in recursiveCubicBezierVertices()1058 float p2c2x = (p2x + c2x) * 0.5f; in recursiveCubicBezierVertices()1061 float c1c2x = (c1x + c2x) * 0.5f; in recursiveCubicBezierVertices()