Home
last modified time | relevance | path

Searched refs:bottomStaff (Results 1 – 3 of 3) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/core/
H A DChord.cpp392 Staff* bottomStaff = nullptr; in stemEndY() local
404 bottomStaff = s; in stemEndY()
413 Q_ASSERT( bottomStaff ); in stemEndY()
422 qreal pos = bottom + bottomStaff->lineSpacing() * stemLength(); in stemEndY()
423 if (pos < bottomStaff->center() && beamType(0) == BeamFlag) { in stemEndY()
424 pos = bottomStaff->center(); in stemEndY()
/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/
H A DRenderer.cpp337 Staff* topStaff = 0, *bottomStaff = 0; in renderChord() local
395 bottomStaff = s; in renderChord()
510 … ref + QPointF(stemX, bottomStaff->top() + bottomLine * bottomStaff->lineSpacing() / 2)); in renderChord()
534 beamStart -= QPointF(0, bottomStaff->lineSpacing() * i); in renderChord()
535 beamEnd -= QPointF(0, bottomStaff->lineSpacing() * i); in renderChord()
553 beamStart -= QPointF(0, bottomStaff->lineSpacing() * i); in renderChord()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationScene.cpp1087 NotationStaff *bottomStaff = nullptr; in getCursorCoordinates() local
1093 if (!bottomStaff || m_staffs[i]->getY() > bottomStaff->getY()) { in getCursorCoordinates()
1094 bottomStaff = m_staffs[i]; in getCursorCoordinates()
1113 bottomStaff->getSceneCoordsForLayoutCoords in getCursorCoordinates()
1114 (x, bottomStaff->getLayoutYForHeight(-16)); in getCursorCoordinates()