HomeSort by relevance Sort by last modified time
    Searched refs:HumanizeMs (Results 1 - 8 of 8) sorted by null

  /external/skia/tools/timer/
Timer.h 24 SkString HumanizeMs(double);
25 int HumanizeMs(char*, int len, double);
Timer.cpp 10 SkString HumanizeMs(double ms) {
22 int HumanizeMs(char* s, int len, double ms) {
  /external/skqp/tools/timer/
Timer.h 24 SkString HumanizeMs(double);
25 int HumanizeMs(char*, int len, double);
Timer.cpp 10 SkString HumanizeMs(double ms) {
22 int HumanizeMs(char* s, int len, double ms) {
  /external/skia/dm/
DM.cpp 123 HumanizeMs(s, 64, SkTime::GetMSecs() - kStartMs);
188 SkString elapsed = HumanizeMs(SkTime::GetMSecs() - kStartMs);
    [all...]
  /external/skqp/dm/
DM.cpp 121 HumanizeMs(s, 64, SkTime::GetMSecs() - kStartMs);
186 SkString elapsed = HumanizeMs(SkTime::GetMSecs() - kStartMs);
    [all...]
  /external/skia/bench/
nanobench.cpp 141 return HumanizeMs(ms);
    [all...]
  /external/skqp/bench/
nanobench.cpp 141 return HumanizeMs(ms);
    [all...]

Completed in 152 milliseconds