/external/syslinux/com32/lib/libpng/ |
D | pngrutil.c | 99 png_get_uint_16(png_bytep buf) in png_get_uint_16() function 1283 pp->red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1284 pp->green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1285 pp->blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1286 pp->alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1288 pp->frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1304 pp[i].red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1305 pp[i].green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1306 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1307 pp[i].alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() [all …]
|
D | CHANGES | 1435 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16,
|
/external/pdfium/third_party/libpng16/ |
D | pngprefix.h | 13 #define png_get_uint_16 PDFIUM_png_get_uint_16 macro
|
D | pngrutil.c | 103 png_get_uint_16)(png_const_bytep buf) in png_uint_16() argument 1759 pp->red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1760 pp->green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1761 pp->blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1762 pp->alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1765 pp->frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1783 pp[i].red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1784 pp[i].green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1785 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1786 pp[i].alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() [all …]
|
D | pngwtran.c | 290 v = png_get_uint_16(bp); in png_do_shift()
|
D | png.h | 2564 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf)); 2618 # define png_get_uint_16(buf) PNG_get_uint_16(buf) macro 2625 # define PNG_get_uint_16 (png_get_uint_16)
|
/external/skia/third_party/libpng/ |
D | pngrutil.c | 103 png_get_uint_16)(png_const_bytep buf) in png_uint_16() argument 1759 pp->red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1760 pp->green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1761 pp->blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1762 pp->alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1765 pp->frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1783 pp[i].red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1784 pp[i].green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1785 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1786 pp[i].alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() [all …]
|
D | pngwtran.c | 290 v = png_get_uint_16(bp); in png_do_shift()
|
D | png.h | 2564 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf)); 2618 # define png_get_uint_16(buf) PNG_get_uint_16(buf) macro 2625 # define PNG_get_uint_16 (png_get_uint_16)
|
D | pngprefix.h | 358 #define png_get_uint_16 skia_png_get_uint_16 macro
|
D | libpng-manual.txt | 4705 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32 4708 from libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the 4754 From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
|
/external/libpng/ |
D | pngrutil.c | 103 png_get_uint_16)(png_const_bytep buf) in png_uint_16() argument 1761 pp->red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1762 pp->green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1763 pp->blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1764 pp->alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1767 pp->frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1785 pp[i].red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1786 pp[i].green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1787 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1788 pp[i].alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() [all …]
|
D | pngwtran.c | 290 v = png_get_uint_16(bp); in png_do_shift()
|
D | png.h | 2570 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf)); 2624 # define png_get_uint_16(buf) PNG_get_uint_16(buf) macro 2631 # define PNG_get_uint_16 (png_get_uint_16)
|
D | libpng-manual.txt | 4710 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32 4713 from libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the 4759 From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
|
D | CHANGES | 1605 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16, 3088 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin) 5471 png_get_uint_32 and png_get_uint_16 handle this. (Bug reported by
|
/external/libpng/scripts/ |
D | symbols.def | 209 png_get_uint_16 @202
|
/external/syslinux/com32/include/ |
D | png.h | 2863 # define png_get_uint_16(buf) ( *((png_uint_16p) (buf))) macro 2867 extern PNG_EXPORT(png_uint_16,png_get_uint_16) PNGARG((png_bytep buf));
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 326 return png_get_uint_16(b2); in random_u16()
|