Searched refs:png_check_fp_string (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | 0003-check-errors-in-set-pcal.patch | 28 !png_check_fp_string(params[i], strlen(params[i])))
|
D | pngset.c | 303 !png_check_fp_string(params[i], strlen(params[i]))) in png_set_pCAL() 399 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) in png_set_sCAL_s() 403 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh)) in png_set_sCAL_s()
|
D | pngpriv.h | 1830 PNG_INTERNAL_FUNCTION(int,png_check_fp_string,(png_const_charp string,
|
D | png.c | 2773 png_check_fp_string(png_const_charp string, png_size_t size)
|
/external/libpng/ |
D | pngset.c | 295 !png_check_fp_string(params[i], strlen(params[i]))) in png_set_pCAL() 387 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) in png_set_sCAL_s() 391 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh)) in png_set_sCAL_s()
|
D | pngpriv.h | 1882 PNG_INTERNAL_FUNCTION(int,png_check_fp_string,(png_const_charp string,
|
D | png.c | 2804 png_check_fp_string(png_const_charp string, png_size_t size)
|
/external/skia/third_party/libpng/ |
D | pngset.c | 295 !png_check_fp_string(params[i], strlen(params[i]))) in png_set_pCAL() 387 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) in png_set_sCAL_s() 391 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh)) in png_set_sCAL_s()
|
D | pngprefix.h | 196 #define png_check_fp_string skia_png_check_fp_string macro
|
D | pngpriv.h | 1830 PNG_INTERNAL_FUNCTION(int,png_check_fp_string,(png_const_charp string,
|
D | png.c | 2772 png_check_fp_string(png_const_charp string, png_size_t size)
|