HomeSort by relevance Sort by last modified time
    Searched full:fwall (Results 1 - 9 of 9) sorted by null

  /external/skia/tools/timer/
Timer.h 16 WallTimer() : fWall(-1) {}
18 void start() { fWall = SkTime::GetNSecs(); }
19 void end() { fWall = (SkTime::GetNSecs() - fWall) * 1e-6; }
21 double fWall; // Milliseconds.
  /external/skqp/tools/timer/
Timer.h 16 WallTimer() : fWall(-1) {}
18 void start() { fWall = SkTime::GetNSecs(); }
19 void end() { fWall = (SkTime::GetNSecs() - fWall) * 1e-6; }
21 double fWall; // Milliseconds.
  /external/skia/bench/
SKPAnimationBench.cpp 37 fAnimation->preConcatFrameMatrix(fAnimationTimer.fWall, fDevBounds, &trans);
  /external/skqp/bench/
SKPAnimationBench.cpp 37 fAnimation->preConcatFrameMatrix(fAnimationTimer.fWall, fDevBounds, &trans);
  /external/skia/samplecode/
SampleAnimatedText.cpp 82 fTimes[fCurrentTime] = (float)(fTimer.fWall);
SampleShip.cpp 115 fTimes[fCurrentTime] = (float)(fTimer.fWall);
  /external/skqp/samplecode/
SampleAnimatedText.cpp 82 fTimes[fCurrentTime] = (float)(fTimer.fWall);
SampleShip.cpp 115 fTimes[fCurrentTime] = (float)(fTimer.fWall);
  /external/skqp/experimental/GLFWTest/
glfw_main.cpp 176 times[currentTime] = (float)(timer.fWall);

Completed in 196 milliseconds