Home
last modified time | relevance | path

Searched refs:endCR (Results 1 – 14 of 14) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dslur.cpp121 e1 = sl->endCR(); in edit()
124 e = sl->endCR(); in edit()
157 ChordRest* ecr = spanner()->endCR(); in changeAnchor()
578 if (endCR() == 0) { in slurPos()
598 ChordRest* ecr = endCR(); in slurPos()
830 yo = endCR()->bbox().top(); in slurPos()
832 yo = endCR()->bbox().top() + endCR()->height(); in slurPos()
1019 if (endCR() == 0) { // sanity check in layoutSystem()
1041 Chord* c2 = endCR()->isChord() ? toChord(endCR()) : 0; in layoutSystem()
1143 if (endCR() == 0) { // sanity check in layout()
[all …]
H A Dspanner.cpp654 if (!endCR()->measure()->isMMRest()) { in computeEndElement()
655 ChordRest* cr = endCR(); in computeEndElement()
815 ChordRest* Spanner::endCR() in endCR() function in Ms::Spanner
H A Dspanner.h237 ChordRest* endCR();
H A Dslurtie.cpp182 if (c->part() == spanner->part() && c != spanner->endCR()) in editDrag()
H A Drange.cpp709 if (slur->endCR()->isGrace()) { in write()
H A Dscore.cpp2368 if (slur->endCR() == chord) { in splitStaff()
3525 const ChordRest* endCR = 0; in lassoSelectEnd() local
3545 endCR = static_cast<const ChordRest*>(e); in lassoSelectEnd()
3554 endSegment = endCR->nextSegmentAfterCR(SegmentType::ChordRest in lassoSelectEnd()
H A Dselect.cpp621 if (canSelect(sp->startCR()) && canSelect(sp->endCR())) in updateSelectedElements()
H A Dsystem.cpp850 ChordRest* ecr = sp->endCR(); in layout2()
H A Dexcerpt.cpp376 ChordRest* cr2 = s->endCR(); in cloneSpanner()
H A Dlayout.cpp4346 ChordRest* ecr = sp->endCR(); in layoutSystemElements()
4358 ChordRest* ecr = s->endCR(); in layoutSystemElements()
H A Dchord.cpp3655 else if (this == slur->endCR()) in layoutArticulations3()
H A Dedit.cpp3726 ChordRest* cr2 = sp->endCR(); in cloneVoice()
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp.cpp379 Chord* lastChord = toChord(pm->endCR()); in addPalmMute()
423 Chord* lastChord = toChord(lr->endCR()); in addLetRing()
467 Chord* lastChord = toChord(v->endCR()); in addVibrato()
H A Dimportptb.cpp566 Chord* lastChord = toChord(pm->endCR()); in addPalmMute()