Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
DSkottieSlide.cpp182 fFrameTimes.resize(SkScalarCeilToInt(fAnimation->duration() * fAnimation->fps())); in load()
217 fFrameTimes[frame_index] = static_cast<float>((SkTime::GetNSecs() - t0) * 1e-6); in draw()
343 ImGui::PlotHistogram("", fFrameTimes.data(), fFrameTimes.size(), in renderUI()
DSkottieSlide.h47 std::vector<float> fFrameTimes; variable