create            481 libheif/heif.cc   img->image->create(width, height, colorspace, chroma);
create            998 libheif/heif_context.cc   img->create(w,h,
create           1231 libheif/heif_context.cc   img->create(w,h,
create           1290 libheif/heif_context.cc   alpha_image->create(image->get_width(), image->get_height(),
create            242 libheif/heif_cxx.h     void create(int width, int height,
create            639 libheif/heif_cxx.h   inline void Image::create(int width, int height,
create            318 libheif/heif_image.cc   outimg->create(m_width, m_height, heif_colorspace_RGB, heif_chroma_444);
create            383 libheif/heif_image.cc   outimg->create(m_width, m_height, heif_colorspace_RGB, heif_chroma_interleaved_24bit);
create            425 libheif/heif_image.cc   outimg->create(m_width, m_height, heif_colorspace_RGB, heif_chroma_interleaved_32bit);
create            486 libheif/heif_image.cc   outimg->create(m_width, m_height, heif_colorspace_RGB,
create            534 libheif/heif_image.cc   outimg->create(m_width, m_height, heif_colorspace_YCbCr, heif_chroma_420);
create            578 libheif/heif_image.cc     outimg->create(m_width, m_height, heif_colorspace_RGB, heif_chroma_interleaved_24bit);
create            580 libheif/heif_image.cc     outimg->create(m_width, m_height, heif_colorspace_RGB, heif_chroma_interleaved_32bit);
create            625 libheif/heif_image.cc   outimg->create(m_width, m_height, heif_colorspace_YCbCr, heif_chroma_420);
create            724 libheif/heif_image.cc   out_img->create(out_width, out_height, m_colorspace, m_chroma);
create            823 libheif/heif_image.cc   out_img->create(right-left+1, bottom-top+1, m_colorspace, m_chroma);
create           1028 libheif/heif_image.cc   out_img->create(width, height, m_colorspace, m_chroma);
create             43 libheif/heif_image.h   void create(int width,int height, heif_colorspace colorspace, heif_chroma chroma);