Searched refs:print_at (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | spectrogram.c | 713 #define print_at(x,y,c,t) print_at_(pixels,cols,x,y,c,t,0) macro 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() 870 print_at(left + (p->cols - font_X * strlen(text)) / 2, 24, Text, text); in stop() 884 print_at(x, below - 6, Labels, text); in stop() 885 print_at(x, below + c_rows + 14, Labels, text); in stop() 908 print_at(left - 4 - font_X * 5, base + y + 5, Labels, text); in stop() 910 print_at(left + p->cols + 6, base + y + 5, Labels, text); in stop() 917 print_at(cols - right - 2 - font_X, base - 13, Text, "dBFS");/* Axis label */ in stop() 929 print_at(cols - right + 1, base + y + 5, Labels, text); in stop()
|