HomeSort by relevance Sort by last modified time
    Searched refs:png_get_uint_31 (Results 1 - 11 of 11) sorted by null

  /external/libpng/
pngpread.c 187 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length);
538 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length);
pngtest.c 753 my_user_chunk_data->vpAg_width = png_get_uint_31(png_ptr, chunk->data);
754 my_user_chunk_data->vpAg_height = png_get_uint_31(png_ptr, chunk->data + 4);
    [all...]
pngrutil.c 22 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) function
169 length = png_get_uint_31(png_ptr, buf);
850 width = png_get_uint_31(png_ptr, buf);
851 height = png_get_uint_31(png_ptr, buf + 4);
    [all...]
png.h     [all...]
  /external/opencv3/3rdparty/libpng/
pngpread.c 208 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length);
768 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length);
    [all...]
pngrutil.c 24 png_get_uint_31(png_structp png_ptr, png_const_bytep buf) function
165 length = png_get_uint_31(png_ptr, buf);
542 width = png_get_uint_31(png_ptr, buf);
543 height = png_get_uint_31(png_ptr, buf + 4);
    [all...]
png.h     [all...]
  /external/pdfium/third_party/lpng_v163/
pngpread.c 209 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length);
740 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length);
    [all...]
png.h 608 #define png_get_uint_31 FOXIT_png_get_uint_31 macro
    [all...]
pngrutil.c 21 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);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 3163 milliseconds