Searched refs:c1x (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/misc/ |
D | bezierTools.py | 214 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/ |
D | AndroidPathRenderer.h | 84 float c1x, float c1y,
|
D | AndroidPathRenderer.cpp | 656 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/ |
D | LangStandards.def | 69 LANGSTANDARD(c1x, "c1x",
|