Searched refs:png_get_uint_16 (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngrutil.c | 96 png_get_uint_16)(png_const_bytep buf) in png_uint_16() argument 1701 pp->red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1702 pp->green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1703 pp->blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1704 pp->alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1707 pp->frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1725 pp[i].red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1726 pp[i].green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1727 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1728 pp[i].alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() [all …]
|
D | png.h | 610 #define png_get_uint_16 FOXIT_png_get_uint_16 macro 2978 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf)); 3032 # define png_get_uint_16(buf) PNG_get_uint_16(buf) macro 3039 # define PNG_get_uint_16 (png_get_uint_16)
|
D | fx_pngwtran.c | 363 v = png_get_uint_16(bp); in png_do_shift()
|
/external/libpng/ |
D | pngrutil.c | 97 png_get_uint_16)(png_const_bytep buf) in png_uint_16() argument 1739 pp->red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1740 pp->green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1741 pp->blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1742 pp->alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1745 pp->frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1763 pp[i].red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1764 pp[i].green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1765 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() 1766 pp[i].alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT() [all …]
|
D | pngwtran.c | 288 v = png_get_uint_16(bp); in png_do_shift()
|
D | png.h | 2692 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf)); 2746 # define png_get_uint_16(buf) PNG_get_uint_16(buf) macro 2753 # define PNG_get_uint_16 (png_get_uint_16)
|
D | libpng-manual.txt | 4752 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32 4755 from libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the 4801 From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
|
D | CHANGES | 1596 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16, 3079 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
|
/external/libpng/scripts/ |
D | symbols.def | 209 png_get_uint_16 @202
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 354 #define png_get_uint_16 skia_png_get_uint_16 macro
|