Home
last modified time | relevance | path

Searched refs:png_ascii_from_fp (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngprefix.h16 #define png_ascii_from_fp PDFIUM_png_ascii_from_fp macro
Dpngset.c515 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width, in png_set_sCAL()
517 png_ascii_from_fp(png_ptr, sheight, (sizeof sheight), height, in png_set_sCAL()
Dpngpriv.h1858 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fp,(png_const_structrp png_ptr,
Dpng.c2904 png_ascii_from_fp(png_const_structrp png_ptr, png_charp ascii, size_t size,
/external/libpng/
Dpngset.c515 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width, in png_set_sCAL()
517 png_ascii_from_fp(png_ptr, sheight, (sizeof sheight), height, in png_set_sCAL()
Dpngpriv.h1858 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fp,(png_const_structrp png_ptr,
Dpng.c2903 png_ascii_from_fp(png_const_structrp png_ptr, png_charp ascii, size_t size,
/external/libpng/contrib/libtests/
Dtarith.c126 png_ascii_from_fp(0, buffer, precision+10, test, precision); in validation_ascii_to_fp()