Searched refs:mValidGrids (Results 1 – 2 of 2) sorted by relevance
58 DistortionMapper::DistortionMapper() : mValidMapping(false), mValidGrids(false) { in DistortionMapper()221 mValidGrids = false; in updateCalibration()232 if (!mValidGrids) { in mapRawToCorrected()449 mValidGrids = true; in buildGrids()
182 bool mValidGrids; variable