Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTime.h38 static double GetMSecs() { return GetNSecs() * 1e-6; } in GetMSecs() function
/external/skia/samplecode/
DSampleClipDrawMatch.cpp246 SkMSec GetMSecs() const { in GetMSecs() function in ClipDrawMatchView