Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lens_correction.h118 virtual void PropagateToAllPlanes (uint32 totalPlanes) = 0;
322 virtual void PropagateToAllPlanes (uint32 totalPlanes);
428 virtual void PropagateToAllPlanes (uint32 totalPlanes);
Ddng_lens_correction.cpp399 void dng_warp_params_rectilinear::PropagateToAllPlanes (uint32 totalPlanes) in PropagateToAllPlanes() function in dng_warp_params_rectilinear
798 void dng_warp_params_fisheye::PropagateToAllPlanes (uint32 totalPlanes) in PropagateToAllPlanes() function in dng_warp_params_fisheye
1095 fParams->PropagateToAllPlanes (fDstPlanes); in dng_filter_warp()