• Home
  • Raw
  • Download

Lines Matching refs:AutoPtr

169 T * CloneAutoPtr (const AutoPtr< T > &ptr)  in CloneAutoPtr()
179 T * CloneAutoPtr (const AutoPtr< T > &ptr, U &u) in CloneAutoPtr()
404 void dng_metadata::SetIPTC (AutoPtr<dng_memory_block> &block, uint64 offset) in SetIPTC()
415 void dng_metadata::SetIPTC (AutoPtr<dng_memory_block> &block) in SetIPTC()
581 AutoPtr<dng_xmp> tempXMP (host.Make_dng_xmp ()); in SetXMP()
831 AutoPtr<dng_negative> result (new dng_negative (host)); in Make()
1030 void dng_negative::AddProfile (AutoPtr<dng_camera_profile> &profile) in AddProfile()
1507 AutoPtr<dng_memory_block> bufferData (host.Allocate (bufferBytes)); in FindImageDigest()
1636 AutoPtr<dng_memory_block> fBufferData [kMaxMPThreads];
2326 void dng_negative::SetLinearization (AutoPtr<dng_memory_block> &curve) in SetLinearization()
3056 AutoPtr<dng_camera_profile> profile (new dng_camera_profile ()); in Parse()
3085 AutoPtr<dng_camera_profile> profile (new dng_camera_profile ()); in Parse()
3189 AutoPtr<dng_memory_block> block (host.Allocate (count)); in Parse()
3212 AutoPtr<dng_memory_block> block (host.Allocate (length)); in Parse()
3347 AutoPtr<dng_memory_block> block (host.Allocate (shared.fMakerNoteCount)); in PostParse()
3364 AutoPtr<dng_memory_block> block (host.Allocate (shared.fIPTC_NAA_Count)); in PostParse()
3384 AutoPtr<dng_memory_block> block (host.Allocate (shared.fXMPCount)); in PostParse()
3545 void dng_negative::SetRawJPEGImage (AutoPtr<dng_jpeg_image> &jpegImage) in SetRawJPEGImage()
3610 AutoPtr<dng_jpeg_image> jpegImage; in ReadStage1Image()
3732 void dng_negative::SetStage1Image (AutoPtr<dng_image> &image) in SetStage1Image()
3741 void dng_negative::SetStage2Image (AutoPtr<dng_image> &image) in SetStage2Image()
3750 void dng_negative::SetStage3Image (AutoPtr<dng_image> &image) in SetStage3Image()
4347 AutoPtr<dng_memory_block> fTable16 [kMaxColorPlanes];
4494 AutoPtr<dng_memory_block> histData (host.Allocate (65536 * sizeof (uint32))); in EncodeRawProxy()
4543 AutoPtr<dng_image> dstImage (host.Make_dng_image (srcImage.Bounds (), in EncodeRawProxy()
4594 AutoPtr<dng_opcode> opcode (new dng_opcode_MapPolynomial (areaSpec, in EncodeRawProxy()
4779 AutoPtr<dng_image> dstImage (host.Make_dng_image (newSize, in ConvertToProxy()
4843 AutoPtr<dng_jpeg_image> jpegImage (new dng_jpeg_image); in ConvertToProxy()
4939 void dng_negative::SetTransparencyMask (AutoPtr<dng_image> &image, in SetTransparencyMask()
5059 AutoPtr<dng_image> newMask (host.Make_dng_image (fStage3Image->Bounds (), in ResizeTransparencyToMatchStage3()