Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_shared.h195 uint32 fDepthUnits; variable
H A Ddng_negative.h877 uint32 fDepthUnits; variable
2637 return fDepthUnits; in DepthUnits()
2642 fDepthUnits = units; in SetDepthUnits()
H A Ddng_shared.cpp1255 , fDepthUnits (depthUnitsUnknown) in dng_shared()
2760 fDepthUnits = stream.TagValue_uint32 (tagType); in Parse_ifd0()
2768 LookupDepthUnits (fDepthUnits)); in Parse_ifd0()
H A Ddng_negative.cpp816 , fDepthUnits (depthUnitsUnknown) in dng_negative()
3444 if (shared.fDepthUnits != depthUnitsUnknown) in Parse()
3447 SetDepthUnits (shared.fDepthUnits); in Parse()