Home
last modified time | relevance | path

Searched refs:dfScaled (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hfa/
H A Dhfadataset.cpp1876 const double dfScaled = val * 256.0; in ColorToShort() local
1878 const double dfClamped = std::max(0.0, std::min(255.0, dfScaled)); in ColorToShort()
/dports/graphics/gdal/gdal-3.3.3/frmts/hfa/
H A Dhfadataset.cpp1876 const double dfScaled = val * 256.0; in ColorToShort() local
1878 const double dfClamped = std::max(0.0, std::min(255.0, dfScaled)); in ColorToShort()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hfa/
H A Dhfadataset.cpp1876 const double dfScaled = val * 256.0; in ColorToShort() local
1878 const double dfClamped = std::max(0.0, std::min(255.0, dfScaled)); in ColorToShort()