Searched defs:png_get_uint_16 (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngrutil.c103 png_get_uint_16)(png_const_bytep buf) function
1759 pp->red = png_get_uint_16(entry_start); entry_start += 2;
1760 pp->green = png_get_uint_16(entry_start); entry_start += 2;
1761 pp->blue = png_get_uint_16(entry_start); entry_start += 2;
1762 pp->alpha = png_get_uint_16(entry_start); entry_start += 2;
1765 pp->frequency = png_get_uint_16(entry_start); entry_start += 2;
1783 pp[i].red = png_get_uint_16(entry_start); entry_start += 2;
1784 pp[i].green = png_get_uint_16(entry_start); entry_start += 2;
1785 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2;
1786 pp[i].alpha = png_get_uint_16(entry_star
[all...]
H A Dpng.h2564 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf));
2600 /* From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
2618 # define png_get_uint_16(buf) PNG_get_uint_16(buf) macro
2625 # define PNG_get_uint_16 (png_get_uint_16)
/external/pdfium/third_party/lpng_v163/
H A Dpngrutil.c96 png_get_uint_16)(png_const_bytep buf) function
1701 pp->red = png_get_uint_16(entry_start); entry_start += 2;
1702 pp->green = png_get_uint_16(entry_start); entry_start += 2;
1703 pp->blue = png_get_uint_16(entry_start); entry_start += 2;
1704 pp->alpha = png_get_uint_16(entry_start); entry_start += 2;
1707 pp->frequency = png_get_uint_16(entry_start); entry_start += 2;
1725 pp[i].red = png_get_uint_16(entry_start); entry_start += 2;
1726 pp[i].green = png_get_uint_16(entry_start); entry_start += 2;
1727 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2;
1728 pp[i].alpha = png_get_uint_16(entry_star
[all...]
H A Dpng.h610 #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));
3014 /* From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
3032 # define png_get_uint_16(buf) PNG_get_uint_16(buf) macro
3039 # define PNG_get_uint_16 (png_get_uint_16)

Completed in 50 milliseconds