MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / quadraticCurveTo

Method quadraticCurveTo

app/src/UI/Widgets/PainterContext.cpp:1152–1155  ·  view source on GitHub ↗

* @brief Adds a quadratic Bezier segment from the cursor. */

Source from the content-addressed store, hash-verified

1150 * @brief Adds a quadratic Bezier segment from the cursor.
1151 */
1152void Widgets::PainterContext::quadraticCurveTo(qreal cpx, qreal cpy, qreal x, qreal y)
1153{
1154 m_path.quadTo(cpx, cpy, x, y);
1155}
1156
1157/**
1158 * @brief Adds a cubic Bezier segment from the cursor.

Callers 1

drawBackgroundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected