Home
last modified time | relevance | path

Searched refs:fIPTCBlock (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_negative.cpp143 , fIPTCBlock () in dng_metadata()
197 , fIPTCBlock (CloneAutoPtr (rhs.fIPTCBlock, allocator)) in dng_metadata()
407 fIPTCBlock.Reset (block.Release ()); in SetIPTC()
427 fIPTCBlock.Reset (); in ClearIPTC()
438 if (fIPTCBlock.Get ()) in IPTCData()
441 return fIPTCBlock->Buffer (); in IPTCData()
454 if (fIPTCBlock.Get ()) in IPTCLength()
457 return fIPTCBlock->LogicalSize (); in IPTCLength()
470 if (fIPTCBlock.Get ()) in IPTCOffset()
Ddng_negative.h244 AutoPtr<dng_memory_block> fIPTCBlock; variable