Home
last modified time | relevance | path

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

/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtexif/
H A Dsonyminoltaattribs.cc986 Tag *apertureTag = t->getParent()->getRoot()->findTag ("MaxApertureValue"); in toString() local
991 if ( apertureTag ) { in toString()
992 maxApertureAtFocal = pow (2.0, apertureTag->toDouble() / 2.0); in toString()
1180 Tag *apertureTag = t->getParent()->getRoot()->findTag ("MaxApertureValue"); in toString() local
1185 if ( apertureTag ) { in toString()
1186 maxApertureAtFocal = pow (2.0, apertureTag->toDouble() / 2.0); in toString()
H A Dcanonattribs.cc1027 Tag *apertureTag = t->getParent()->getRoot()->findTag ("MaxAperture"); in toString() local
1037 if ( apertureTag ) { in toString()
1038 maxApertureAtFocal = pow (2.0, apertureTag->toDouble() / 64.0); in toString()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtexif/
H A Dsonyminoltaattribs.cc988 Tag *apertureTag = t->getParent()->getRoot()->findTag ("MaxApertureValue"); in toString() local
993 if ( apertureTag ) { in toString()
994 maxApertureAtFocal = pow (2.0, apertureTag->toDouble() / 2.0); in toString()
1180 Tag *apertureTag = t->getParent()->getRoot()->findTag ("MaxApertureValue"); in toString() local
1185 if ( apertureTag ) { in toString()
1186 maxApertureAtFocal = pow (2.0, apertureTag->toDouble() / 2.0); in toString()
H A Dcanonattribs.cc1029 Tag *apertureTag = t->getParent()->getRoot()->findTag ("MaxAperture"); in toString() local
1039 if ( apertureTag ) { in toString()
1040 maxApertureAtFocal = pow (2.0, apertureTag->toDouble() / 64.0); in toString()