Home
last modified time | relevance | path

Searched refs:noteHeadWidth (Results 1 – 11 of 11) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Ddynamic.cpp282 qreal noteHeadWidth = score()->noteHeadWidth() * c->mag(); in layout() local
284 … rxpos() += noteHeadWidth * .25; // center on stem + optical correction in layout()
286 rxpos() += noteHeadWidth * .5; // center on notehead in layout()
H A Dchord.h87 qreal noteHeadWidth() const;
H A Dpalmmute.cpp207 qreal nhw = score()->noteHeadWidth(); in linePos()
H A Dletring.cpp223 qreal nhw = score()->noteHeadWidth(); in linePos()
H A Dpedal.cpp206 qreal nhw = score()->noteHeadWidth(); in linePos()
H A Dfermata.cpp229 rxpos() += score()->noteHeadWidth() * staff()->mag(Fraction(0, 1)) * .5; in layout()
H A Dchord.cpp366 qreal Chord::noteHeadWidth() const in noteHeadWidth() function in Ms::Chord
368 qreal nhw = score()->noteHeadWidth(); in noteHeadWidth()
385 return _up ? noteHeadWidth() : 0.0; in stemPosX()
403 qreal nhw = _notes.size() == 1 ? downNote()->bboxRightPos() : noteHeadWidth(); in stemPos()
430 qreal nhw = noteHeadWidth(); in stemPosBeam()
H A Dsegment.cpp2224 w = qMax(w, score()->noteHeadWidth()); in minHorizontalDistance()
2249 w = qMax(w, score()->noteHeadWidth()) + score()->styleP(Sid::minNoteDistance); in minHorizontalDistance()
H A Dtuplet.cpp323 p2.rx() += score()->noteHeadWidth() + noteRight; in layout()
H A Dscore.h1163 qreal noteHeadWidth() const { return _noteHeadWidth; } in noteHeadWidth() function
H A Dlayout.cpp163 qreal nominalWidth = noteHeadWidth() * staff->mag(tick); in layoutChords1()