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) 714 #define print_up(x,y,c,t) print_at_(pixels,cols,x,y,c,t,1) 716 static void print_at_(png_byte *pixels, int cols, int x, int y, int c, in print_at_() function
|