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

/external/libpng/
H A Dpngrutil.c22 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) function
163 length = png_get_uint_31(png_ptr, buf);
847 width = png_get_uint_31(png_ptr, buf);
848 height = png_get_uint_31(png_ptr, buf + 4);
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngrutil.c21 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) function
162 length = png_get_uint_31(png_ptr, buf);
815 width = png_get_uint_31(png_ptr, buf);
816 height = png_get_uint_31(png_ptr, buf + 4);
H A Dpng.h608 #define png_get_uint_31 FOXIT_png_get_uint_31 macro
2982 PNG_EXPORT(204, png_uint_32, png_get_uint_31, (png_const_structrp png_ptr,
/external/skia/third_party/libpng/
H A Dpngprefix.h355 #define png_get_uint_31 skia_png_get_uint_31 macro

Completed in 1541 milliseconds