Lines Matching refs:AutoPtr
232 AutoPtr<dng_memory_block> fMakerNote;
236 AutoPtr<dng_exif> fExif;
240 AutoPtr<dng_exif> fOriginalExif;
244 AutoPtr<dng_memory_block> fIPTCBlock;
252 AutoPtr<dng_xmp> fXMP;
312 void SetIPTC (AutoPtr<dng_memory_block> &block,
315 void SetIPTC (AutoPtr<dng_memory_block> &block);
342 void SetMakerNote (AutoPtr<dng_memory_block> &block) in SetMakerNote()
743 AutoPtr<dng_memory_block> fOriginalRawFileData;
751 AutoPtr<dng_memory_block> fDNGPrivateData;
759 AutoPtr<dng_linearization_info> fLinearizationInfo;
763 AutoPtr<dng_mosaic_info> fMosaicInfo;
779 AutoPtr<dng_image> fStage1Image;
784 AutoPtr<dng_image> fStage2Image;
789 AutoPtr<dng_image> fStage3Image;
810 AutoPtr<dng_image> fRawImage;
818 AutoPtr<dng_jpeg_image> fRawJPEGImage;
826 AutoPtr<dng_image> fTransparencyMask;
830 AutoPtr<dng_image> fRawTransparencyMask;
839 AutoPtr<dng_image> fUnflattenedStage3Image;
1639 void AddProfile (AutoPtr<dng_camera_profile> &profile);
1772 void SetOriginalRawFileData (AutoPtr<dng_memory_block> &data) in SetOriginalRawFileData()
1807 void SetPrivateData (AutoPtr<dng_memory_block> &block) in SetPrivateData()
1841 void SetMakerNote (AutoPtr<dng_memory_block> &block) in SetMakerNote()
1900 void SetIPTC (AutoPtr<dng_memory_block> &block, in SetIPTC()
1906 void SetIPTC (AutoPtr<dng_memory_block> &block) in SetIPTC()
2017 void SetLinearization (AutoPtr<dng_memory_block> &curve);
2242 void SetRawJPEGImage (AutoPtr<dng_jpeg_image> &jpegImage);
2273 void SetStage1Image (AutoPtr<dng_image> &image);
2277 void SetStage2Image (AutoPtr<dng_image> &image);
2281 void SetStage3Image (AutoPtr<dng_image> &image);
2343 void SetTransparencyMask (AutoPtr<dng_image> &image,