Home
last modified time | relevance | path

Searched refs:png_convert_size (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/lib/libpng/
Dpng.c833 PNG_EXTERN png_size_t PNGAPI png_convert_size PNGARG((size_t size));
835 png_convert_size(size_t size) in png_convert_size() function
DCHANGES1286 Added png_sizeof() and png_convert_size() functions.
/external/syslinux/com32/include/
Dpngconf.h1245 # define png_sizeof(x) png_convert_size(sizeof(x))
Dpng.h3149 PNG_EXTERN png_size_t PNGAPI png_convert_size PNGARG((size_t size))
/external/libpng/
DCHANGES1438 Added png_sizeof() and png_convert_size() functions.
2034 Removed png_convert_size() and replaced png_sizeof with sizeof (Cosmin).