Searched refs:ScaleGrid (Results 1 – 2 of 2) sorted by relevance
108 float ScaleGrid(const int x, const float scale);
895 float ScaleGrid(const int x, const float scale) { return static_cast<float>(x) * scale; } in ScaleGrid() function902 const float in = ScaleGrid(i, scale); in ComputeInterpolationWeights()