Searched refs:av_isgraph (Results 1 – 5 of 5) sorted by relevance
219 static inline av_const int av_isgraph(int c) in av_isgraph() function
137 s->buf[i] = !!av_isgraph(*(p++)); in init_pattern_from_string()
181 (*values)[*cols*i + j] = !!av_isgraph(*(p++)); in read_shape_from_file()
213 life->buf[0][i*life->w + j] = av_isgraph(*(p++)) ? ALIVE_CELL : 0; in init_pattern_from_file()
2241 Add av_isdigit, av_isgraph, av_isspace, av_isxdigit.