Searched refs:font_y (Results 1 – 1 of 1) sorted by relevance
709 #define font_y 12 macro720 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()