Home
last modified time | relevance | path

Searched refs:png_get_uint_16 (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngrutil.c103 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 …]
Dpngprefix.h13 #define png_get_uint_16 PDFIUM_png_get_uint_16 macro
Dpngwtran.c290 v = png_get_uint_16(bp); in png_do_shift()
Dpng.h2564 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/libpng/
Dpngrutil.c103 png_get_uint_16)(png_const_bytep buf) in png_uint_16() argument
1773 pp->red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
1774 pp->green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
1775 pp->blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
1776 pp->alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
1779 pp->frequency = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
1797 pp[i].red = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
1798 pp[i].green = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
1799 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
1800 pp[i].alpha = png_get_uint_16(entry_start); entry_start += 2; in png_handle_sPLT()
[all …]
Dpngwtran.c290 v = png_get_uint_16(bp); in png_do_shift()
Dpng.h2576 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf));
2630 # define png_get_uint_16(buf) PNG_get_uint_16(buf) macro
2637 # define PNG_get_uint_16 (png_get_uint_16)
Dlibpng-manual.txt4766 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
4769 from libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
4815 From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
DCHANGES1605 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/
Dsymbols.def209 png_get_uint_16 @202
/external/libpng/contrib/libtests/
Dpngvalid.c325 return png_get_uint_16(b2); in random_u16()