Searched refs:c1x (Results 1 – 2 of 2) sorted by relevance
139 float c1x, float c1y,
1041 float p1x, float p1y, float c1x, float c1y, in recursiveCubicBezierVertices() argument1047 float d1 = fabs((c1x - p2x) * dy - (c1y - p2y) * dx); in recursiveCubicBezierVertices()1056 float p1c1x = (p1x + c1x) * 0.5f; in recursiveCubicBezierVertices()1061 float c1c2x = (c1x + c2x) * 0.5f; in recursiveCubicBezierVertices()