Searched refs:mCorrectedGrid (Results 1 – 2 of 2) sorted by relevance
46 mCorrectedGrid(other.mCorrectedGrid), mDistortedGrid(other.mDistortedGrid) {} in DistortionMapper()194 std::vector<GridQuad> mCorrectedGrid; variable
392 if (mCorrectedGrid.size() != kGridSize * kGridSize) { in buildGrids()393 mCorrectedGrid.resize(kGridSize * kGridSize); in buildGrids()406 mCorrectedGrid[index].src = nullptr; in buildGrids()407 mCorrectedGrid[index].coords = { in buildGrids()413 mDistortedGrid[index].src = &mCorrectedGrid[index]; in buildGrids()414 mDistortedGrid[index].coords = mCorrectedGrid[index].coords; in buildGrids()