Searched refs:png_ascii_from_fixed (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngprefix.h | 15 #define png_ascii_from_fixed PDFIUM_png_ascii_from_fixed macro
|
D | pngset.c | 545 png_ascii_from_fixed(png_ptr, swidth, (sizeof swidth), width); in png_set_sCAL_fixed() 546 png_ascii_from_fixed(png_ptr, sheight, (sizeof sheight), height); in png_set_sCAL_fixed()
|
D | pngpriv.h | 1864 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fixed,(png_const_structrp png_ptr,
|
D | png.c | 3234 png_ascii_from_fixed(png_const_structrp png_ptr, png_charp ascii,
|
/external/libpng/ |
D | pngset.c | 545 png_ascii_from_fixed(png_ptr, swidth, (sizeof swidth), width); in png_set_sCAL_fixed() 546 png_ascii_from_fixed(png_ptr, sheight, (sizeof sheight), height); in png_set_sCAL_fixed()
|
D | pngpriv.h | 1864 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fixed,(png_const_structrp png_ptr,
|
D | png.c | 3233 png_ascii_from_fixed(png_const_structrp png_ptr, png_charp ascii,
|