Searched refs:png_write_sCAL (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libpng/ |
D | pngusr.h | 480 #define png_write_sCAL wk_png_write_sCAL macro
|
D | pngwrite.c | 195 png_write_sCAL(png_ptr, (int)info_ptr->scal_unit, in png_write_info()
|
D | pngwutil.c | 1628 png_write_sCAL(png_structp png_ptr, int unit, double width, double height) in png_write_sCAL() function
|
D | png.h | 3363 PNG_EXTERN void png_write_sCAL PNGARG((png_structp png_ptr,
|
/external/qemu/distrib/libpng-1.2.46/ |
D | pngwrite.c | 195 png_write_sCAL(png_ptr, (int)info_ptr->scal_unit, in png_write_info()
|
D | pngwutil.c | 1628 png_write_sCAL(png_structp png_ptr, int unit, double width, double height) in png_write_sCAL() function
|
D | png.h | 3447 PNG_EXTERN void png_write_sCAL PNGARG((png_structp png_ptr,
|
/external/libpng/ |
D | CHANGES | 640 Changed "unit" parameter of png_write_sCAL from png_byte to int, to work 1598 Added type cast (png_byte) in png_write_sCAL() (Cosmin). 1743 png_write_sCAL(), png_write_sCAL_s() (Cosmin).
|