Home
last modified time | relevance | path

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

/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/pattern_editor/
H A Dpattern_editor_panel.hpp179 int stepFontWidth_, stepFontHeight_, stepFontAscent_, stepFontLeading_; member in PatternEditorPanel
H A Dpattern_editor_panel.cpp59 stepFontAscent_(0), in PatternEditorPanel()
271 curRowBaselineY_ = curRowY_ + stepFontAscent_ - (stepFontLeading_ >> 1); in funcResize()
285 stepFontAscent_ = metrics.capHeight(); in updateSizes()
287 stepFontAscent_ = metrics.boundingRect('X').height(); in updateSizes()
289 stepFontLeading_ = metrics.ascent() - stepFontAscent_ + metrics.descent() / 2; in updateSizes()
290 stepFontHeight_ = stepFontAscent_ + stepFontLeading_; in updateSizes()
341 viewedCenterBaseY_ = viewedCenterY_ + stepFontAscent_ + (stepFontLeading_ >> 1); in initDisplay()