Searched refs:t_rate (Results 1 – 2 of 2) sorted by relevance
1129 const auto t_rate = 1.0f / (kTileCount * kTileCount - 1); in draw() local1144 const auto t = t_rate * (frameOrder[i] * kTileCount + frameOrder[j]); in draw()
1215 const auto t_rate = 1.0f / (kTileCount * kTileCount - 1); in draw() local1230 const auto t = t_rate * (frameOrder[i] * kTileCount + frameOrder[j]); in draw()