Searched refs:floored_x (Results 1 – 1 of 1) sorted by relevance
132 const int floored_x = static_cast<int>(x); in GetPixelInterp() local138 const float b = x - floored_x; in GetPixelInterp()148 const T* const pix_ptr = (*this)[floored_y] + floored_x; in GetPixelInterp()