Home
last modified time | relevance | path

Searched refs:stemPosBeam (Results 1 – 7 of 7) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Drest.h96 virtual QPointF stemPosBeam() const;
H A Dchord.h160 QPointF stemPosBeam() const override; ///< page coordinates
H A Dchordrest.h105 virtual QPointF stemPosBeam() const = 0;
H A Dtremolo.cpp371 qreal x2 = _chord2->stemPosBeam().x(); in layoutTwoNotesTremolo()
378 qreal x1 = _chord1->stemPosBeam().x(); in layoutTwoNotesTremolo()
H A Dbeam.cpp1094 QPointF p1(c1->stemPosBeam()); // canvas coordinates in adjust()
1095 qreal slope = (slant * _spatium4) / (c2->stemPosBeam().x() - p1.x()); in adjust()
1099 QPointF p3(cl[i]->stemPosBeam()); in adjust()
1108 QPointF p3(c->stemPosBeam()); in adjust()
1505 const QPointF p1 = cl[0]->stemPosBeam(); in computeStemLen()
1514 const QPointF p2 = cr->stemPosBeam(); in computeStemLen()
H A Drest.cpp834 QPointF Rest::stemPosBeam() const in stemPosBeam() function in Ms::Rest
H A Dchord.cpp418 QPointF Chord::stemPosBeam() const in stemPosBeam() function in Ms::Chord