Home
last modified time | relevance | path

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

/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/pattern_editor/
H A Dpattern_editor_panel.hpp186 int volWidth_; member in PatternEditorPanel
H A Dpattern_editor_panel.cpp70 volWidth_(0), in PatternEditorPanel()
310 volWidth_ = stepFontWidth_ * 2; in updateSizes()
314 baseTrackWidth_ = toneNameWidth_ + instWidth_ + volWidth_ in updateSizes()
974 …backPainter.fillRect(offset - widthSpace_, rowY, volWidth_ + widthSpaceDbl_, stepFontHeight_, pale… in drawStep()
976 …backPainter.fillRect(offset - widthSpace_, rowY, volWidth_ + widthSpaceDbl_, stepFontHeight_, pale… in drawStep()
979 …backPainter.fillRect(offset - widthSpace_, rowY, volWidth_ + widthSpaceDbl_, stepFontHeight_, pale… in drawStep()
1001 offset += volWidth_ + widthSpaceDbl_; in drawStep()
1416 w = w + volWidth_ + widthSpaceDbl_; in calculateCurrentCursorPosition()
3149 tmpWidth += (volWidth_ + widthSpaceDbl_); in mouseHoverd()