Searched refs:divY (Results 1 – 2 of 2) sorted by relevance
276 const float divY = static_cast<float>(m_height - 1); in fillTexture() local282 const float colorY = static_cast<float>(y) / divY; in fillTexture()
1465 const float divY = static_cast<float>(H - 1); in iterate() local1482 const float colorY = static_cast<float>(y) / divY; in iterate()