Searched refs:mCorrectedGrid (Results 1 – 2 of 2) sorted by relevance
360 if (mCorrectedGrid.size() != kGridSize * kGridSize) { in buildGrids()361 mCorrectedGrid.resize(kGridSize * kGridSize); in buildGrids()374 mCorrectedGrid[index].src = nullptr; in buildGrids()375 mCorrectedGrid[index].coords = { in buildGrids()381 mDistortedGrid[index].src = &mCorrectedGrid[index]; in buildGrids()382 mDistortedGrid[index].coords = mCorrectedGrid[index].coords; in buildGrids()
175 std::vector<GridQuad> mCorrectedGrid; variable