Searched refs:mCorrectedGrid (Results 1 – 2 of 2) sorted by relevance
420 if (mCorrectedGrid.size() != kGridSize * kGridSize) { in buildGrids()421 mCorrectedGrid.resize(kGridSize * kGridSize); in buildGrids()434 mCorrectedGrid[index].src = nullptr; in buildGrids()435 mCorrectedGrid[index].coords = { in buildGrids()441 mDistortedGrid[index].src = &mCorrectedGrid[index]; in buildGrids()442 mDistortedGrid[index].coords = mCorrectedGrid[index].coords; in buildGrids()
198 std::vector<GridQuad> mCorrectedGrid; variable