Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/midiedit/
H A Dscoreedit.h638 static void draw_tie (QPainter& p, int x1, int x4, int yo, bool up=true, QColor color=Qt::black);
H A Dscoreedit.cpp2487 void ScoreCanvas::draw_tie (QPainter& p, int x1, int x4, int yo, bool up, QColor color) in draw_tie() function in MusEGui::ScoreCanvas
3533draw_tie(p,it->tie_from_x-x_pos+x_left,it->x -x_pos+x_left,y_offset + it->y, (it->len==0) ? true :… in draw_items()