Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/display/
H A Dslurs.c86 drawfetachar_cr (cr, 0xD8, 0, 0); in draw_slur_start()
99 drawfetachar_cr (cr, 0xD9, 0, 0); in draw_slur_end()
H A Ddrawaccidentals.c34 drawfetachar_cr (cr, acc_char[n], xx, aggheight); in draw_accidental()
H A Ddrawnotes.c61 drawfetachar_cr (cr, rest_char[duration], xx, y + restoffsets[duration]); in draw_rest()
161 drawfetachar_cr (cr, head_char[noteheadtype], xx, y + height); in draw_notehead()
163 drawfetachar_cr (cr, head_char[noteheadtype], xx - 0.5, y + height); in draw_notehead()
415drawfetachar_cr (cr, upstem_char[duration], xx + NOTEHEAD_WIDTH, thechord.highesty + y + 3 - (dura… in draw_chord()
495drawfetachar_cr (cr, downstem_char[duration], xx, thechord.lowesty + y + (duration == 6 ? EXTRA_ST… in draw_chord()
H A Ddrawclefs.c55 drawfetachar_cr (cr, clef_char[type], xx, y + clefoffsets[type]); in draw_clef()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dutils.h64 void drawfetachar_cr (cairo_t * cr, gunichar uc, double x, double y);
H A Dutils.c528 drawfetachar_cr (cairo_t * cr, gunichar uc, double x, double y) in drawfetachar_cr() function
636 drawfetachar_cr (cr, 0xD8, x, y); in draw_staff_brace()
641 drawfetachar_cr (cr, 0xD9, x, y + height); in draw_staff_brace()