Home
last modified time | relevance | path

Searched defs:GetMSecs (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/core/
DSkTime.h41 static double GetMSecs() { return GetNSecs() * 1e-6; } in GetMSecs() function
/third_party/flutter/skia/include/core/
DSkTime.h39 static double GetMSecs() { return GetNSecs() * 1e-6; } in GetMSecs() function
/third_party/flutter/skia/samplecode/
DSampleClipDrawMatch.cpp247 SkMSec GetMSecs() const { in GetMSecs() function in ClipDrawMatchView