Searched refs:divX (Results 1 – 2 of 2) sorted by relevance
275 const float divX = static_cast<float>(m_width - 1); in fillTexture() local281 const float colorX = static_cast<float>(x) / divX; in fillTexture()
1464 const float divX = static_cast<float>(W - 1); in iterate() local1481 const float colorX = static_cast<float>(x) / divX; in iterate()