Searched refs:MutablePixel (Results 1 – 2 of 2) sorted by relevance
122 double* pixel = solution->MutablePixel(x + x_delta_indices[i], in CreateProblem()165 *solution->MutablePixel(x, y) = in SolveProblem()
65 Real* MutablePixel(int x, int y);129 Real* PGMImage<Real>::MutablePixel(int x, int y) { in MutablePixel() function