Searched refs:isnonalpha (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/libpng/ | ||
H A D | pngerror.c | 427 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro 445 if (isnonalpha(c) != 0) in png_format_buffer() |
Completed in 2 milliseconds