Lines Matching refs:rawIFD
5861 dng_tiff_directory &rawIFD (thumbnail ? *rawIFD_IfNotMain : mainIFD); in WriteDNG() local
6185 dng_basic_tag_set rawBasic (rawIFD, info); in WriteDNG()
6201 rawIFD.Add (&tagJPEGTables); in WriteDNG()
6216 rawIFD.Add (&tagDefaultScale); in WriteDNG()
6223 rawIFD.Add (&tagBestQualityScale); in WriteDNG()
6236 rawIFD.Add (&tagDefaultCropOrigin); in WriteDNG()
6249 rawIFD.Add (&tagDefaultCropSize); in WriteDNG()
6264 rawIFD.Add (&tagDefaultUserCrop); in WriteDNG()
6268 range_tag_set rangeSet (rawIFD, negative); in WriteDNG()
6272 mosaic_tag_set mosaicSet (rawIFD, mosaicInfo); in WriteDNG()
6282 rawIFD.Add (&tagChromaBlurRadius); in WriteDNG()
6294 rawIFD.Add (&tagAntiAliasStrength); in WriteDNG()
6607 rawIFD.Add (&tagOpcodeList1); in WriteDNG()
6623 rawIFD.Add (&tagOpcodeList2); in WriteDNG()
6639 rawIFD.Add (&tagOpcodeList3); in WriteDNG()
6764 currentOffset += rawIFD.Size (); in WriteDNG()
6948 rawIFD.Put (stream); in WriteDNG()