Home
last modified time | relevance | path

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

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/guitar/
H A DNoteSymbols.h153 unsigned int getFontPixelSize ( int imgWidth, int imgHeight ) const;
H A DNoteSymbols.cpp229 font.setPixelSize(getFontPixelSize(v.width(), v.height())); in drawFretNumber()
401 NoteSymbols::getFontPixelSize ( int /* imgWidth */, int imgHeight ) const in getFontPixelSize() function in Rosegarden::Guitar::NoteSymbols