Home
last modified time | relevance | path

Searched refs:curvePoint2 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoConnectionShape.cpp615 QPointF curvePoint2 = handles()[EndHandle] + 5.0 * MinimumEscapeLength * direction2; in updatePath() local
616 curveTo(curvePoint1, curvePoint2, handles()[EndHandle]); in updatePath()
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoConnectionShape.cpp600 QPointF curvePoint2 = d->handles[EndHandle] + 5.0 * MinimumEscapeLength * direction2; in updatePath() local
601 curveTo(curvePoint1, curvePoint2, d->handles[EndHandle]); in updatePath()