Searched refs:char_index (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c1112 png_size_t char_index=0; local
1114 if (png_check_fp_number(string, size, &state, &char_index) &&
1115 (char_index == size || string[char_index] == 0))

Completed in 33 milliseconds