Searched refs:mCorrectedGrid (Results 1 – 2 of 2) sorted by relevance
462 if (mapperInfo->mCorrectedGrid.size() != kGridSize * kGridSize) { in buildGrids()463 mapperInfo->mCorrectedGrid.resize(kGridSize * kGridSize); in buildGrids()476 mapperInfo->mCorrectedGrid[index].src = nullptr; in buildGrids()477 mapperInfo->mCorrectedGrid[index].coords = { in buildGrids()483 mapperInfo->mDistortedGrid[index].src = &(mapperInfo->mCorrectedGrid[index]); in buildGrids()484 mapperInfo->mDistortedGrid[index].coords = mapperInfo->mCorrectedGrid[index].coords; in buildGrids()
156 std::vector<GridQuad> mCorrectedGrid; member