HomeSort by relevance Sort by last modified time
    Searched refs:fWall (Results 1 - 6 of 6) 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/skia/bench/
SKPAnimationBench.cpp 36 fAnimation->preConcatFrameMatrix(fAnimationTimer.fWall, fDevBounds, &trans);
  /external/skia/samplecode/
SampleAnimatedText.cpp 84 fTimes[fCurrentTime] = (float)(fTimer.fWall);
SampleShip.cpp 115 fTimes[fCurrentTime] = (float)(fTimer.fWall);
SampleApp.cpp     [all...]
  /external/skia/experimental/GLFWTest/
glfw_main.cpp 168 times[currentTime] = (float)(timer.fWall);

Completed in 584 milliseconds