Searched refs:c2x (Results 1 – 2 of 2) sorted by relevance
139 float c2x, float c2y,
956 float p2x, float p2y, float c2x, float c2y, in recursiveCubicBezierVertices() argument961 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx); in recursiveCubicBezierVertices()972 float p2c2x = (p2x + c2x) * 0.5f; in recursiveCubicBezierVertices()975 float c1c2x = (c1x + c2x) * 0.5f; in recursiveCubicBezierVertices()