Searched refs:png_get_uint_16 (Results 1 – 7 of 7) sorted by relevance
/external/libpng/ |
D | pngrutil.c | 103 png_get_uint_16)(png_const_bytep buf) in png_uint_16() argument 1771 pp->red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1772 pp->green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1773 pp->blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1774 pp->alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1777 pp->frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1795 pp[i].red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1796 pp[i].green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1797 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1798 pp[i].alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() [all …]
|
D | pngwtran.c | 289 v = png_get_uint_16(bp); in png_do_shift()
|
D | png.h | 2545 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf)); 2599 # define png_get_uint_16(buf) PNG_get_uint_16(buf) macro 2606 # define PNG_get_uint_16 (png_get_uint_16)
|
D | libpng-manual.txt | 4767 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32 4770 from libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the 4816 From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
|
D | CHANGES | 1604 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16, 3087 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin) 5470 png_get_uint_32 and png_get_uint_16 handle this. (Bug reported by
|
/external/libpng/scripts/ |
D | symbols.def | 208 png_get_uint_16 @202
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 327 return png_get_uint_16(b2); in random_u16()
|