Searched refs:png_get_uint_31 (Results 1 – 10 of 10) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 210 png_get_uint_31 @204
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 187 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length); in png_push_read_chunk() 544 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length); in png_push_read_IDAT()
|
D | pngprefix.h | 174 #define png_get_uint_31 PDFIUM_png_get_uint_31 macro
|
D | pngrutil.c | 22 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) in png_get_uint_31() function 169 length = png_get_uint_31(png_ptr, buf); in png_read_chunk_header() 860 width = png_get_uint_31(png_ptr, buf); in png_handle_IHDR() 861 height = png_get_uint_31(png_ptr, buf + 4); in png_handle_IHDR()
|
D | png.h | 2549 PNG_EXPORT(204, png_uint_32, png_get_uint_31, (png_const_structrp png_ptr,
|
/external/libpng/ |
D | pngpread.c | 187 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length); in png_push_read_chunk() 544 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length); in png_push_read_IDAT()
|
D | pngtest.c | 745 my_user_chunk_data->vpAg_width = png_get_uint_31(png_ptr, chunk->data); in read_user_chunk_callback() 746 my_user_chunk_data->vpAg_height = png_get_uint_31(png_ptr, chunk->data + 4); in read_user_chunk_callback()
|
D | pngrutil.c | 22 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) in png_get_uint_31() function 169 length = png_get_uint_31(png_ptr, buf); in png_read_chunk_header() 860 width = png_get_uint_31(png_ptr, buf); in png_handle_IHDR() 861 height = png_get_uint_31(png_ptr, buf + 4); in png_handle_IHDR()
|
D | png.h | 2549 PNG_EXPORT(204, png_uint_32, png_get_uint_31, (png_const_structrp png_ptr,
|
D | CHANGES | 1443 Added png_get_uint_31(png_ptr, buf) function. 1605 png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin). 1997 Inline call of png_get_uint_32() in png_get_uint_31(). 1998 Use png_get_uint_31() to get vpAg width and height in pngtest.c
|