Home
last modified time | relevance | path

Searched refs:stemUpSE (Results 1 – 6 of 6) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dstem.cpp111 y1 += n->stemUpSE().y(); in layout()
H A Dsym.cpp6819 QPointF ScoreFont::stemUpSE(SymId id, qreal mag) const in stemUpSE() function in Ms::ScoreFont
6822 return fallbackFont()->stemUpSE(id, mag); in stemUpSE()
6823 return sym(id).stemUpSE() * mag; in stemUpSE()
H A Dnote.h343 QPointF stemUpSE() const;
H A Dsym.h2937 QPointF stemUpSE() const { return _stemUpSE; } in END_QT_REGISTERED_ENUM()
3070 QPointF stemUpSE(SymId id, qreal mag) const;
H A Delement.cpp1616 return score()->scoreFont()->stemUpSE(id, magS()); in symStemUpSE()
H A Dnote.cpp1038 QPointF Note::stemUpSE() const in stemUpSE() function in Ms::Note