overlay          1206 libheif-1.3.2/libheif/heif_context.cc   ImageOverlay overlay;
overlay          1207 libheif-1.3.2/libheif/heif_context.cc   overlay.parse(image_references.size(), overlay_data);
overlay          1210 libheif-1.3.2/libheif/heif_context.cc   if (image_references.size() != overlay.get_num_offsets()) {
overlay          1216 libheif-1.3.2/libheif/heif_context.cc   int w = overlay.get_canvas_width();
overlay          1217 libheif-1.3.2/libheif/heif_context.cc   int h = overlay.get_canvas_height();
overlay          1239 libheif-1.3.2/libheif/heif_context.cc   overlay.get_background_color(bkg_color);
overlay          1260 libheif-1.3.2/libheif/heif_context.cc     overlay.get_offset(i, &dx,&dy);
overlay          1262 libheif-1.3.2/libheif/heif_context.cc     err = img->overlay(overlay_img, dx,dy);
overlay           921 libheif-1.3.2/libheif/heif_image.cc Error HeifPixelImage::overlay(std::shared_ptr<HeifPixelImage>& overlay, int dx,int dy)
overlay           923 libheif-1.3.2/libheif/heif_image.cc   std::set<enum heif_channel> channels = overlay->get_channel_set();
overlay           925 libheif-1.3.2/libheif/heif_image.cc   bool has_alpha = overlay->has_channel(heif_channel_Alpha);
overlay           930 libheif-1.3.2/libheif/heif_image.cc   alpha_p = overlay->get_plane(heif_channel_Alpha, &alpha_stride);
overlay           943 libheif-1.3.2/libheif/heif_image.cc     in_p = overlay->get_plane(channel, &in_stride);
overlay           946 libheif-1.3.2/libheif/heif_image.cc     int in_w = overlay->get_width(channel);
overlay           947 libheif-1.3.2/libheif/heif_image.cc     int in_h = overlay->get_height(channel);
overlay            93 libheif-1.3.2/libheif/heif_image.h   Error overlay(std::shared_ptr<HeifPixelImage>& overlay, int dx,int dy);