Home
last modified time | relevance | path

Searched refs:t_rate (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/dm/
DDMSrcSink.cpp1215 const auto t_rate = 1.0f / (kTileCount * kTileCount - 1); in draw() local
1230 const auto t = t_rate * (frameOrder[i] * kTileCount + frameOrder[j]); in draw()