Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dchord.cpp227 _spaceLw = 0.; in Chord()
2061 _spaceLw = lll; in layoutPitched()
2072 if (-xl > _spaceLw) in layoutPitched()
2073 _spaceLw = -xl; in layoutPitched()
2094 if (-lx > _spaceLw) in layoutPitched()
2095 _spaceLw = -lx; in layoutPitched()
2425 _spaceLw = lll; in layoutTablature()
2440 if (-xl > _spaceLw) in layoutTablature()
2441 _spaceLw = -xl; in layoutTablature()
2474 if (-lx > _spaceLw) in layoutTablature()
[all …]
H A Dchord.h74 qreal _spaceLw; variable