Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/midiedit/
H A Dscoreedit.cpp3593 const int kstrx = x_1 + it->x + KEYCHANGE_ACC_LEFTDIST; in draw_items() local
3596 if(!preamble_contains_timesig || kstrx >= x_1) in draw_items()
3597 p.drawText(kstrx, y_offset + str_y_coord, kstr); in draw_items()
3756 int kstrx = x_left - ksw / 2; in draw_preamble() local
3757 if(kstrx < 0) in draw_preamble()
3758 kstrx = 0; in draw_preamble()
3759 p.drawText(kstrx, y_offset + str_y_coord, kstr); in draw_preamble()