get_height 137 examples/heif_test.cc int height = img.get_height(channel); get_height 455 libheif/box.h uint32_t get_height() const { return m_image_height; } get_height 333 libheif/heif.cc return handle->image->get_height(); get_height 518 libheif/heif.cc return img->image->get_height(channel); get_height 620 libheif/heif_context.cc uint32_t height = ispe->get_height(); get_height 652 libheif/heif_context.cc image->set_resolution( image->get_height(), get_height 913 libheif/heif_context.cc int img_height = img->get_height(); get_height 984 libheif/heif_context.cc int h = grid.get_height(); get_height 1033 libheif/heif_context.cc int src_height = tileImg->get_height(); get_height 1110 libheif/heif_context.cc const int h = img->get_height(); get_height 1116 libheif/heif_context.cc int src_height = tile_img->get_height(); get_height 1287 libheif/heif_context.cc int chroma_height = (image->get_height()+1)/2; get_height 1290 libheif/heif_context.cc alpha_image->create(image->get_width(), image->get_height(), get_height 1462 libheif/heif_context.cc m_height = image->get_height(heif_channel_Y); get_height 1596 libheif/heif_context.cc int orig_height = image->get_height(); get_height 86 libheif/heif_context.h int get_height() const { return m_height; } get_height 189 libheif/heif_cxx.h int get_height() const noexcept; get_height 256 libheif/heif_cxx.h int get_height(enum heif_channel channel) const noexcept; get_height 544 libheif/heif_cxx.h inline int ImageHandle::get_height() const noexcept { get_height 674 libheif/heif_cxx.h inline int Image::get_height(enum heif_channel channel) const noexcept { get_height 159 libheif/heif_image.cc int height = src_image->get_height(src_channel); get_height 947 libheif/heif_image.cc int in_h = overlay->get_height(channel); get_height 952 libheif/heif_image.cc int out_h = get_height(channel); get_height 54 libheif/heif_image.h int get_height() const { return m_height; } get_height 58 libheif/heif_image.h int get_height(enum heif_channel channel) const;