Searched refs:c2x (Results 1 – 2 of 2) sorted by relevance
86 float c2x, float c2y,
657 float p2x, float p2y, float c2x, float c2y, in RecursiveCubicBezierVertices() argument662 float d2 = sk_float_abs((c2x - p2x) * dy - (c2y - p2y) * dx); in RecursiveCubicBezierVertices()673 float p2c2x = (p2x + c2x) * 0.5f; in RecursiveCubicBezierVertices()676 float c1c2x = (c1x + c2x) * 0.5f; in RecursiveCubicBezierVertices()