Home | History | Annotate | Download | only in libpng

Lines Matching defs:char_index

2732    png_size_t char_index=0;
2734 if (png_check_fp_number(string, size, &state, &char_index) &&
2735 (char_index == size || string[char_index] == 0))