Home
last modified time | relevance | path

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

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