Searched refs:png_check_fp_number (Results 1 - 7 of 7) sorted by relevance
/external/libpng/contrib/libtests/ |
H A D | tarith.c | 154 else if (!png_check_fp_number(buffer, precision+10, &state, &index) || 334 const int number_is_valid = png_check_fp_number(&test, 1, &c.state, &index);
|
/external/libpng/ |
H A D | png.c | 2645 png_check_fp_number(png_const_charp string, png_size_t size, int *statep, function 2777 if (png_check_fp_number(string, size, &state, &char_index) != 0 &&
|
H A D | pngpriv.h | 1821 PNG_INTERNAL_FUNCTION(int,png_check_fp_number,(png_const_charp string,
|
H A D | pngrutil.c | 2346 if (png_check_fp_number((png_const_charp)buffer, length, &state, &i) == 0 || 2358 if (png_check_fp_number((png_const_charp)buffer, length,
|
/external/pdfium/third_party/lpng_v163/ |
H A D | png.c | 2510 png_check_fp_number(png_const_charp string, png_size_t size, int *statep,
function 2642 if (png_check_fp_number(string, size, &state, &char_index) &&
|
H A D | pngpriv.h | 1849 PNG_INTERNAL_FUNCTION(int,png_check_fp_number,(png_const_charp string,
|
H A D | pngrutil.c | 2285 if (!png_check_fp_number((png_const_charp)buffer, length, &state, &i) ||
2297 if (!png_check_fp_number((png_const_charp)buffer, length, &state, &i) ||
|
Completed in 189 milliseconds