Lines Matching refs:fInfo
70 preview.fInfo.fApplicationName, in dng_preview_tag_set()
74 preview.fInfo.fApplicationVersion, in dng_preview_tag_set()
78 preview.fInfo.fSettingsName, in dng_preview_tag_set()
81 , fSettingsDigest (preview.fInfo.fSettingsDigest) in dng_preview_tag_set()
88 preview.fInfo.fColorSpace) in dng_preview_tag_set()
91 preview.fInfo.fDateTime, in dng_preview_tag_set()
95 preview.fInfo.fRawToPreviewGain) in dng_preview_tag_set()
98 preview.fInfo.fCacheVersion) in dng_preview_tag_set()
102 if (preview.fInfo.fApplicationName.NotEmpty ()) in dng_preview_tag_set()
109 if (preview.fInfo.fApplicationVersion.NotEmpty ()) in dng_preview_tag_set()
116 if (preview.fInfo.fSettingsName.NotEmpty ()) in dng_preview_tag_set()
123 if (preview.fInfo.fSettingsDigest.IsValid ()) in dng_preview_tag_set()
130 if (preview.fInfo.fColorSpace != previewColorSpace_MaxEnum) in dng_preview_tag_set()
137 if (preview.fInfo.fDateTime.NotEmpty ()) in dng_preview_tag_set()
144 if (preview.fInfo.fRawToPreviewGain != 1.0) in dng_preview_tag_set()
151 if (preview.fInfo.fCacheVersion != 0) in dng_preview_tag_set()
171 : fInfo () in dng_preview()
207 fIFD.fNewSubFileType = fInfo.fIsPrimary ? sfPreviewImage in AddTagSet()
360 ifd.fNewSubFileType = fInfo.fIsPrimary ? sfPreviewImage in AddTagSet()