Home
last modified time | relevance | path

Searched refs:c1x (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
DbezierTools.py214 c1x = ax*t1**2 + bx*t1 + cx
217 pt1, pt2, pt3 = calcQuadraticPoints((a1x, a1y), (b1x, b1y), (c1x, c1y))
240 c1x = (2*bx*t1 + cx + 3*ax*t1**2) * delta
244 pt1, pt2, pt3, pt4 = calcCubicPoints((a1x, a1y), (b1x, b1y), (c1x, c1y), (d1x, d1y))
/external/skia/experimental/AndroidPathRenderer/
DAndroidPathRenderer.h84 float c1x, float c1y,
DAndroidPathRenderer.cpp656 float p1x, float p1y, float c1x, float c1y, in RecursiveCubicBezierVertices() argument
661 float d1 = sk_float_abs((c1x - p2x) * dy - (c1y - p2y) * dx); in RecursiveCubicBezierVertices()
671 float p1c1x = (p1x + c1x) * 0.5f; in RecursiveCubicBezierVertices()
676 float c1c2x = (c1x + c2x) * 0.5f; in RecursiveCubicBezierVertices()
/external/clang/include/clang/Frontend/
DLangStandards.def69 LANGSTANDARD(c1x, "c1x",