Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dspectrogram.c781 int c_rows = p->rows * chans + chans - 1; in stop() local
782 int rows = p->raw? c_rows : below + c_rows + 30 + 20 * !!p->title; in stop()
877 pixel(left-1+x, below-1-y) = pixel(left-1+x, below+c_rows+y) = Grid; in stop()
885 print_at(x, below + c_rows + 14, Labels, text); in stop()
892 print_up(10, below + (c_rows - font_X * strlen(text)) / 2, Text, text); in stop()
915 k = min(400, c_rows); in stop()
916 base = below + (c_rows - k) / 2; in stop()