Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/include/
DSkottie.h106 fSceneParseTimeMS = 0; // Time spent constructing the animation scene graph. member
/third_party/skia/tools/viewer/
DSkottieSlide.cpp103 stats.fSceneParseTimeMS); in draw_stats_box()
/third_party/skia/modules/skottie/src/
DSkottie.cpp428 fStats.fSceneParseTimeMS = std::chrono::duration<float, std::milli>{t2-t1}.count(); in make()