Home
last modified time | relevance | path

Searched refs:endBarWidth (Results 1 – 8 of 8) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dbarline.cpp586 qreal lw2 = score()->styleP(Sid::endBarWidth) * mag(); in draw()
604 qreal lw = score()->styleP(Sid::endBarWidth) * mag(); in draw()
617 qreal lw = score()->styleP(Sid::endBarWidth) * mag(); in draw()
624 qreal lw2 = score()->styleP(Sid::endBarWidth) * mag(); in draw()
634 qreal lw2 = score()->styleP(Sid::endBarWidth) * mag(); in draw()
666 qreal lw2 = score()->styleP(Sid::endBarWidth) * mag(); in draw()
687 qreal lw2 = score()->styleP(Sid::endBarWidth) * mag(); in draw()
1253 w = score->styleP(Sid::endBarWidth) + score->styleP(Sid::endBarDistance); in layoutWidth()
1262 w = score->styleP(Sid::endBarWidth) * .5 in layoutWidth()
1269 w = (score->styleP(Sid::endBarWidth) + score->styleP(Sid::barWidth)) * .5 in layoutWidth()
[all …]
H A Dstyle.h142 endBarWidth, enumerator
H A Dline.cpp981 … x += score()->styleS(Sid::endBarWidth).val() * _spatium * 0.5; in linePos()
H A Dsym.cpp6466 { "thickBarlineThickness", Sid::endBarWidth }, in load()
H A Dread206.cpp3415 d += style->value(Sid::endBarWidth).toDouble(); in readStyle()
H A Dmeasure.cpp4559 x -= score()->styleP(Sid::endBarWidth) * mag(); in computeMinWidth()
H A Dstyle.cpp156 { Sid::endBarWidth, "endBarWidth", Spatium(0.55) },
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Deditstyle.cpp150 { Sid::endBarWidth, false, endBarWidth, resetEndBarWidth }, in EditStyle()
1716 … + (cs->styleV(Sid::barWidth).toDouble() + cs->styleV(Sid::endBarWidth).toDouble()) * .5)); in valueChanged()