heif_image_handle_get_width  157 libheif-1.3.2/examples/heif_info.cc     int width = heif_image_handle_get_width(handle);
heif_image_handle_get_width  177 libheif-1.3.2/examples/heif_info.cc       int th_width = heif_image_handle_get_width(thumbnail_handle);
heif_image_handle_get_width  204 libheif-1.3.2/examples/heif_info.cc              heif_image_handle_get_width(depth_handle),
heif_image_handle_get_width  140 libheif-1.3.2/examples/heif_thumbnailer.cc   int input_width  = heif_image_handle_get_width(image_handle);
heif_image_handle_get_width   35 libheif-1.3.2/libheif/file_fuzzer.cc   int width = heif_image_handle_get_width(handle);
heif_image_handle_get_width  394 libheif-1.3.2/libheif/heif.h int heif_image_handle_get_width(const struct heif_image_handle* handle);
heif_image_handle_get_width  541 libheif-1.3.2/libheif/heif_cxx.h     return heif_image_handle_get_width(m_image_handle.get());