Home
last modified time | relevance | path

Searched refs:MaxSrcRadiusGap (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_lens_correction.h200 virtual real64 MaxSrcRadiusGap (real64 maxDstGap) const = 0;
335 virtual real64 MaxSrcRadiusGap (real64 maxDstGap) const;
441 virtual real64 MaxSrcRadiusGap (real64 maxDstGap) const;
Ddng_lens_correction.cpp462 real64 dng_warp_params_rectilinear::MaxSrcRadiusGap (real64 maxDstGap) const in MaxSrcRadiusGap() function in dng_warp_params_rectilinear
867 real64 dng_warp_params_fisheye::MaxSrcRadiusGap (real64 maxDstGap) const in MaxSrcRadiusGap() function in dng_warp_params_fisheye
1258 const real64 maxSrcGap = fParams->MaxSrcRadiusGap (maxDstGap); in SrcTileSize()