Searched refs:png_get_image_width (Results 1 – 11 of 11) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 123 png_get_image_width @115
|
/external/deqp/framework/common/ |
D | tcuImageIO.cpp | 105 const int width = png_get_image_width(png_ptr, info_ptr); in loadPNG()
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 258 #define png_get_image_width skia_png_get_image_width macro
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 799 png_uint_32 width = png_get_image_width(d->png_ptr, d->info_ptr); in check()
|
D | pngvalid.c | 4496 dp->w = png_get_image_width(pp, pi); in standard_info_part1() 4638 dp->bit_width = png_get_image_width(pp, pi) * dp->pixel_size; in standard_info_part2()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | png.h | 520 #define png_get_image_width FOXIT_png_get_image_width macro 2319 PNG_EXPORT(115, png_uint_32, png_get_image_width, (png_const_structrp png_ptr,
|
D | fx_pngget.c | 51 png_get_image_width(png_const_structrp png_ptr, png_const_inforp info_ptr) in png_get_image_width() function
|
/external/libpng/ |
D | pngget.c | 52 png_get_image_width(png_const_structrp png_ptr, png_const_inforp info_ptr) in png_get_image_width() function
|
D | pngtest.c | 1527 iwidth = png_get_image_width(write_ptr, write_info_ptr); in test_one_file()
|
D | png.h | 2029 PNG_EXPORT(115, png_uint_32, png_get_image_width, (png_const_structrp png_ptr,
|
D | libpng-manual.txt | 1278 png_get_image_width() and png_get_image_height() 1281 width = png_get_image_width(png_ptr,
|