HomeSort by relevance Sort by last modified time
    Searched refs:tiff_tag (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_image_writer.h 59 class tiff_tag class
72 tiff_tag (uint16 code, function in class:tiff_tag
85 virtual ~tiff_tag ()
120 tiff_tag (const tiff_tag &tag);
122 tiff_tag & operator= (const tiff_tag &tag);
128 class tag_data_ptr: public tiff_tag
142 : tiff_tag (code, type, count)
168 class tag_string: public tiff_tag
    [all...]
dng_image_writer.cpp 209 : tiff_tag (code, ttAscii, 0)
253 : tiff_tag (code, ttUndefined, 0)
506 : tiff_tag (tcIPTC_NAA, ttLong, (length + 3) >> 2)
572 void dng_tiff_directory::Add (const tiff_tag *tag)
659 const tiff_tag &tag = *fTag [index];
696 const tiff_tag &tag = *fTag [index];
    [all...]

Completed in 46 milliseconds