Lines Matching refs:iptc
1929 void dng_xmp::SyncIPTC (dng_iptc &iptc, in SyncIPTC() argument
1935 iptc.fTitle, in SyncIPTC()
1940 iptc.fCategory, in SyncIPTC()
1947 if (iptc.fUrgency >= 0) in SyncIPTC()
1950 x = (uint32) iptc.fUrgency; in SyncIPTC()
1963 iptc.fUrgency = (int32) x; in SyncIPTC()
1971 iptc.fSupplementalCategories, in SyncIPTC()
1977 iptc.fKeywords, in SyncIPTC()
1983 iptc.fInstructions, in SyncIPTC()
1988 dng_string s = iptc.fDateTimeCreated.Encode_ISO_8601 (); in SyncIPTC()
1996 iptc.fDateTimeCreated.Decode_ISO_8601 (s.Get ()); in SyncIPTC()
2004 dng_string s = iptc.fDigitalCreationDateTime.Encode_ISO_8601 (); in SyncIPTC()
2012 iptc.fDigitalCreationDateTime.Decode_ISO_8601 (s.Get ()); in SyncIPTC()
2020 iptc.fAuthors, in SyncIPTC()
2026 iptc.fAuthorsPosition, in SyncIPTC()
2031 iptc.fCity, in SyncIPTC()
2036 iptc.fState, in SyncIPTC()
2041 iptc.fCountry, in SyncIPTC()
2046 iptc.fCountryCode, in SyncIPTC()
2051 iptc.fLocation, in SyncIPTC()
2056 iptc.fTransmissionReference, in SyncIPTC()
2061 iptc.fHeadline, in SyncIPTC()
2066 iptc.fCredit, in SyncIPTC()
2071 iptc.fSource, in SyncIPTC()
2076 iptc.fCopyrightNotice, in SyncIPTC()
2081 iptc.fDescription, in SyncIPTC()
2086 iptc.fDescriptionWriter, in SyncIPTC()
2102 dng_iptc iptc; in IngestIPTC() local
2104 iptc.Parse (metadata.IPTCData (), in IngestIPTC()
2172 SyncIPTC (iptc, options); in IngestIPTC()
2198 dng_iptc iptc; in RebuildIPTC() local
2200 SyncIPTC (iptc, preferXMP); in RebuildIPTC()
2204 if (iptc.NotEmpty ()) in RebuildIPTC()
2207 AutoPtr<dng_memory_block> block (iptc.Spool (allocator, in RebuildIPTC()