Home
last modified time | relevance | path

Searched refs:fXResolution (Results 1 – 6 of 6) sorted by relevance

/external/dng_sdk/source/
Ddng_ifd.h103 real64 fXResolution; variable
Ddng_ifd.cpp82 , fXResolution (0.0) in dng_ifd()
696 fXResolution = stream.TagValue_real64 (tagType); in ParseTag()
702 printf ("XResolution: %0.2f\n", fXResolution); in ParseTag()
Ddng_image_writer.h46 dng_urational fXResolution;
Ddng_xmp.cpp4319 Set_urational (XMP_NS_TIFF, "XResolution", res.fXResolution); in SetResolution()
Ddng_image_writer.cpp67 : fXResolution () in dng_resolution()
5473 tag_urational tagXResolution (tcXResolution, res.fXResolution); in WriteTIFFWithProfile()
Ddng_negative.cpp284 tag_urational tagXResolution (tcXResolution, res.fXResolution); in BuildExifBlock()