Home
last modified time | relevance | path

Searched refs:scoreFont (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dtimesigproperties.cpp110 ScoreFont* scoreFont = gscore->scoreFont(); in TimeSigProperties() local
114 const QString& str = scoreFont->toString(pt.id); in TimeSigProperties()
165 ScoreFont* scoreFont = timesig->score()->scoreFont(); in accept() local
168 timesig->setNumeratorString(scoreFont->toString(symId)); in accept()
H A Dtextpalette.cpp774 s->setSym(id, gscore->scoreFont()); in populateCommon()
799 s->setSym(Sym::name2id(name), gscore->scoreFont()); in populateSmufl()
H A Dtextcursor.cpp181 double w = (_spatium * 2.0 + score->scoreFont()->width(SymId::noteheadBlack, mag))/3; in move()
H A Dscoreaccessibility.cpp468 ScoreFont* sf = gscore->scoreFont(); in makeReadable()
H A Deditstyle.cpp1696 ScoreFont* scoreFont = ScoreFont::fontFactory(val.toString()); in valueChanged() local
1697 if (scoreFont) { in valueChanged()
1698 for (auto j : scoreFont->engravingDefaults()) { in valueChanged()
H A Dscoreview.cpp629 double w = _spatium * 2.0 + score()->scoreFont()->width(SymId::noteheadBlack, mag); in moveCursor()
832 … double w = _spatium * 2.0 + score()->scoreFont()->width(SymId::noteheadBlack, mag); in moveCursor()
973 double w = (_spatium * 2.0 + score()->scoreFont()->width(SymId::noteheadBlack, mag))/3; in setLoopCursor()
H A Dmusescore.cpp8121 ScoreFont* scoreFont = ScoreFont::fontFactory("Leland"); in init() local
8122 gscore->setScoreFont(scoreFont); in init()
8123 … gscore->setNoteHeadWidth(scoreFont->width(SymId::noteheadBlack, gscore->spatium()) / SPATIUM20); in init()
/dports/games/criticalmass/CriticalMass-1.5/game/
H A DVideo.cpp375 GLBitmapFont &scoreFont = *_scoreFont; in update() local
572 scoreFont.DrawString( buff, tx, ty, size, size); in update()
576 scoreFont.DrawString( buff, tx, ty, size, size); in update()
591 scoreFont.DrawString( buff, tx, ty, size, size); in update()
605 scoreFont.DrawString( buff, tx, ty, size, size); in update()
619 scoreFont.DrawString( buff, tx, ty, size, size); in update()
624 scoreFont.DrawString( theSkill.c_str(), tx, ty, size, size); in update()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dsystemdivider.cpp49 ScoreFont* sf = score()->scoreFont(); in layout()
102 ScoreFont* sf = score()->scoreFont(); in read()
H A Delement.cpp1543 score()->scoreFont()->draw(id, p, magS(), o, n); in drawSymbol()
1562 return score()->scoreFont()->height(id, magS()); in symHeight()
1571 return score()->scoreFont()->width(id, magS()); in symWidth()
1575 return score()->scoreFont()->width(s, magS()); in symWidth()
1584 return score()->scoreFont()->advance(id, magS()); in symAdvance()
1593 return score()->scoreFont()->bbox(id, magS()); in symBbox()
1598 return score()->scoreFont()->bbox(s, magS()); in symBbox()
1616 return score()->scoreFont()->stemUpSE(id, magS()); in symStemUpSE()
1634 return score()->scoreFont()->stemUpNW(id, magS()); in symStemUpNW()
1643 return score()->scoreFont()->cutOutNE(id, magS()); in symCutOutNE()
[all …]
H A Dbagpembell.cpp405 qreal w = gscore->scoreFont()->width(hs, mags); in BEDrawingDataX()
509 …addbbox(score()->scoreFont()->bbox(headsym, dx.mags).translated(QPointF(x - dx.lw * .5 - dx.headw,… in layout()
527 …addbbox(score()->scoreFont()->bbox(flagsym, dx.mags).translated(QPointF(x - dx.lw * .5 + dx.xcorr,… in layout()
H A Darpeggio.cpp119 ScoreFont* f = score()->scoreFont(); in symbolLine()
230 …score()->scoreFont()->draw(symbols, p, magS(), QPointF(-r.right() - y1, -r.bottom() + r.height()),… in draw()
239 …score()->scoreFont()->draw(symbols, p, magS(), QPointF(-r.left() + y1, -r.top() - r.height()), sca… in draw()
H A Dvibrato.cpp63 ScoreFont* f = score()->scoreFont(); in symbolLine()
82 ScoreFont* f = score()->scoreFont(); in symbolLine()
H A Dtrill.cpp98 ScoreFont* f = score()->scoreFont(); in symbolLine()
117 ScoreFont* f = score()->scoreFont(); in symbolLine()
H A Daccidental.cpp402 if (!score()->scoreFont()->isValid(s)) { in layoutSingleGlyphAccidental()
503 score()->scoreFont()->draw(e.sym, painter, magS(), QPointF(e.x, e.y)); in draw()
H A Dbarline.cpp491 …qreal offset = (score()->scoreFont()->name() == "Leland" || score()->scoreFont()->name() == "Bravu… in drawDots()
1245 qreal dotwidth = score->scoreFont()->width(SymId::repeatDot, 1.0); in layoutWidth()
H A Dtimesig.cpp337 ScoreFont* font = score()->scoreFont(); in layout()
H A Dglissando.cpp111 … score()->scoreFont()->draw(ids, painter, magS(), QPointF(x, -(b.y() + b.height()*0.5) ), scale); in draw()
H A Dtextedit.cpp190 QString s = score()->scoreFont()->toString(id); in insertSym()
H A Dnote.cpp938 const auto& bbox = score()->scoreFont()->bbox(noteHead(), magS()); in bboxRightPos()
971 const auto& bbox = score()->scoreFont()->bbox(noteHead(), magS()); in bboxXShift()
982 return score()->scoreFont()->width(noteHead(), magS()) / 2 + bboxXShift(); in noteheadCenterX()
H A Dscore.h1160 ScoreFont* scoreFont() const { return _scoreFont; } in scoreFont() function
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dpenetrate.c96 XFontStruct *font, *scoreFont; member
394 st->scoreFont = load_font_retry(st->dpy, scorefont); in penetrate_init()
395 if (!st->scoreFont) abort(); in penetrate_init()
420 gcv.font = st->scoreFont->fid; in penetrate_init()
453 width = XTextWidth(st->scoreFont, buf, strlen(buf)); in DrawScore()
454 height = font_height(st->scoreFont); in DrawScore()
462 width = XTextWidth(st->scoreFont, buf, strlen(buf)); in DrawScore()
958 XFreeFont (dpy, st->scoreFont); in penetrate_free()
/dports/audio/musescore/MuseScore-3.6.1/omr/
H A Dpattern.cpp153 QRectF r = _score->scoreFont()->bbox(id, 9.0); in Pattern()
168 painter.drawText(-r.left() + 1, -r.y(), _score->scoreFont()->toString(id)); in Pattern()
/dports/games/lander/lander-0.6.6/src/
H A DGame.hpp138 Font normalFont, scoreFont, bigFont; member in Game
H A DGame.cpp74 scoreFont(LocateResource("Default_Font.ttf"), 16), in Game()
712 scoreFont.Print(10, SCORE_Y, "%.7d", score); in Display()

12