Home
last modified time | relevance | path

Searched refs:curvature (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1516 var curvature = { in generateArrowDrawingJavascript()
1531 startHandle.x = Math.min(posStart.x, posEnd.x) - curvature.x; in generateArrowDrawingJavascript()
1535 startHandle.y = posStart.y + curvature.y; in generateArrowDrawingJavascript()
1537 endHandle.y = posEnd.y - curvature.y; in generateArrowDrawingJavascript()
1550 var curvature = { in generateArrowDrawingJavascript()
1556 startHandle.x = posStart.x + curvature.x; in generateArrowDrawingJavascript()
1558 startHandle.y = posStart.y - curvature.y; in generateArrowDrawingJavascript()
1561 endHandle.x = posEnd.x - curvature.x; in generateArrowDrawingJavascript()
1563 endHandle.y = posEnd.y - curvature.y; in generateArrowDrawingJavascript()
1576 var curvature = { in generateArrowDrawingJavascript()
[all …]
/freebsd/stand/common/
H A Dgfx_fb.c1552 int dx, dy, err, curvature; in gfx_fb_bezier() local
1563 curvature = xx*sy - yy*sx; in gfx_fb_bezier()
1570 curvature = -curvature; in gfx_fb_bezier()
1572 if (curvature != 0) { in gfx_fb_bezier()
1582 if (curvature * sx * sy < 0) { in gfx_fb_bezier()
1586 curvature = -curvature; in gfx_fb_bezier()
1588 dx = 4 * sy * curvature * (x1 - x0) + xx - xy; in gfx_fb_bezier()
1589 dy = 4 * sx * curvature * (y0 - y1) + yy - xy; in gfx_fb_bezier()
/freebsd/share/dict/
H A Dweb2a15257 curvature invariant
15258 curvature tensor
30317 integral curvature
57335 space curvature
H A Dweb247116 curvature
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in1058 …ound to be the dominant factor, and a new estimate, based on a constant curvature assumption and p…