Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dspectrogram.c709 #define font_y 12 macro
720 int pos = ((*text < ' ' || *text > '~'? '~' + 1 : *text) - ' ') * font_y; in print_at_()
723 for (i = 0; i < font_y; ++i) { in print_at_()
779 uLong font_len = 96 * font_y; in stop()
862 print_at((cols - i) / 2, rows - font_y, Text, p->title); in stop()
865 print_at(1, font_y, Text, p->comment); in stop()
890 (p->rows - 1) / ((font_y * 3 + 1) >> 1), &limit, &prefix); in stop()
924 step = 10 * ceil(p->dB_range / 10. * (font_y + 2) / (k - 1)); in stop()