heif_image_handle_get_height  158 libheif-1.3.2/examples/heif_info.cc     int height = heif_image_handle_get_height(handle);
heif_image_handle_get_height  178 libheif-1.3.2/examples/heif_info.cc       int th_height = heif_image_handle_get_height(thumbnail_handle);
heif_image_handle_get_height  205 libheif-1.3.2/examples/heif_info.cc              heif_image_handle_get_height(depth_handle));
heif_image_handle_get_height  141 libheif-1.3.2/examples/heif_thumbnailer.cc   int input_height = heif_image_handle_get_height(image_handle);
heif_image_handle_get_height   36 libheif-1.3.2/libheif/file_fuzzer.cc   int height = heif_image_handle_get_height(handle);
heif_image_handle_get_height  397 libheif-1.3.2/libheif/heif.h int heif_image_handle_get_height(const struct heif_image_handle* handle);
heif_image_handle_get_height  545 libheif-1.3.2/libheif/heif_cxx.h     return heif_image_handle_get_height(m_image_handle.get());