Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_ifd.h104 real64 fYResolution; variable
Ddng_ifd.cpp83 , fYResolution (0.0) in dng_ifd()
718 fYResolution = stream.TagValue_real64 (tagType); in ParseTag()
724 printf ("YResolution: %0.2f\n", fYResolution); in ParseTag()
Ddng_image_writer.h47 dng_urational fYResolution; variable
Ddng_xmp.cpp4320 Set_urational (XMP_NS_TIFF, "YResolution", res.fYResolution); in SetResolution()
Ddng_image_writer.cpp68 , fYResolution () in dng_resolution()
5474 tag_urational tagYResolution (tcYResolution, res.fYResolution); in WriteTIFFWithProfile()
Ddng_negative.cpp285 tag_urational tagYResolution (tcYResolution, res.fYResolution); in BuildExifBlock()