Searched refs:png_get_image_width (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libpng/scripts/ |
D | symbols.def | 122 png_get_image_width @115
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuImageIO.cpp | 105 const deUint32 width = (deUint32)png_get_image_width(png_ptr, info_ptr); in loadPNG()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngunknown.c | 834 png_uint_32 width = png_get_image_width(d->png_ptr, d->info_ptr); in check()
|
D | pngvalid.c | 5195 dp->w = png_get_image_width(pp, pi); in standard_info_part1() 5356 dp->bit_width = png_get_image_width(pp, pi) * dp->pixel_size; in standard_info_part2()
|
/third_party/skia/third_party/externals/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 | 1650 iwidth = png_get_image_width(write_ptr, write_info_ptr); in test_one_file()
|
D | png.h | 1865 PNG_EXPORT(115, png_uint_32, png_get_image_width, (png_const_structrp png_ptr,
|
D | libpng-manual.txt | 1310 png_get_image_width() and png_get_image_height() 1313 width = png_get_image_width(png_ptr,
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngcp.c | 1796 dp->w = png_get_image_width(dp->read_pp, dp->ip); in read_png()
|