Home
last modified time | relevance | path

Searched refs:fAsShotWhiteXY (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_shared.cpp1185 , fAsShotWhiteXY () in dng_shared()
1893 fAsShotWhiteXY.x = stream.TagValue_real64 (tagType); in Parse_ifd0()
1894 fAsShotWhiteXY.y = stream.TagValue_real64 (tagType); in Parse_ifd0()
1902 fAsShotWhiteXY.x, in Parse_ifd0()
1903 fAsShotWhiteXY.y); in Parse_ifd0()
2962 if (fAsShotWhiteXY.IsValid ()) in PostParse()
2965 if (Abs_real64 (fAsShotWhiteXY.x - pcs.x) > 0.01 || in PostParse()
2966 Abs_real64 (fAsShotWhiteXY.y - pcs.y) > 0.01) in PostParse()
2977 fAsShotWhiteXY = pcs; in PostParse()
2986 if (fAsShotNeutral.NotEmpty () && fAsShotWhiteXY.IsValid ()) in PostParse()
[all …]
Ddng_shared.h155 dng_xy_coord fAsShotWhiteXY; variable
Ddng_negative.cpp3440 if (shared.fAsShotWhiteXY.IsValid () && !HasCameraNeutral ()) in PostParse()
3443 SetCameraWhiteXY (shared.fAsShotWhiteXY); in PostParse()
Ddng_image_writer.cpp2098 tag_urational_ptr fAsShotWhiteXY; member in color_tag_set
2136 , fAsShotWhiteXY (tcAsShotWhiteXY, in color_tag_set()
2213 directory.Add (&fAsShotWhiteXY); in color_tag_set()