Home
last modified time | relevance | path

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

/third_party/flutter/skia/dm/
DDMSrcSink.cpp1129 const auto t_rate = 1.0f / (kTileCount * kTileCount - 1); in draw() local
1144 const auto t = t_rate * (frameOrder[i] * kTileCount + frameOrder[j]); in draw()
/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()