get_width         136 examples/heif_test.cc           int width  = img.get_width(channel);
get_width         454 libheif/box.h      uint32_t get_width() const { return m_image_width; }
get_width         322 libheif/heif.cc     return handle->image->get_width();
get_width         513 libheif/heif.cc   return img->image->get_width(channel);
get_width         619 libheif/heif_context.cc         uint32_t width = ispe->get_width();
get_width         653 libheif/heif_context.cc                                    image->get_width() );
get_width         912 libheif/heif_context.cc         int img_width = img->get_width();
get_width         983 libheif/heif_context.cc   int w = grid.get_width();
get_width        1032 libheif/heif_context.cc       int src_width = tileImg->get_width();
get_width        1109 libheif/heif_context.cc   const int w = img->get_width();
get_width        1115 libheif/heif_context.cc   int src_width  = tile_img->get_width();
get_width        1286 libheif/heif_context.cc   int chroma_width  = (image->get_width() +1)/2;
get_width        1290 libheif/heif_context.cc   alpha_image->create(image->get_width(), image->get_height(),
get_width        1461 libheif/heif_context.cc   m_width  = image->get_width(heif_channel_Y);
get_width        1595 libheif/heif_context.cc   int orig_width  = image->get_width();
get_width          85 libheif/heif_context.h       int get_width() const { return m_width; }
get_width         187 libheif/heif_cxx.h     int get_width() const noexcept;
get_width         254 libheif/heif_cxx.h     int get_width(enum heif_channel channel) const noexcept;
get_width         540 libheif/heif_cxx.h   inline int ImageHandle::get_width() const noexcept {
get_width         670 libheif/heif_cxx.h   inline int Image::get_width(enum heif_channel channel) const noexcept {
get_width         158 libheif/heif_image.cc   int width  = src_image->get_width(src_channel);
get_width         946 libheif/heif_image.cc     int in_w = overlay->get_width(channel);
get_width         951 libheif/heif_image.cc     int out_w = get_width(channel);
get_width          52 libheif/heif_image.h   int get_width() const { return m_width; }
get_width          56 libheif/heif_image.h   int get_width(enum heif_channel channel) const;