Home
last modified time | relevance | path

Searched refs:fWall (Results 1 – 8 of 8) sorted by relevance

/external/skqp/tools/timer/
DTimer.h16 WallTimer() : fWall(-1) {} in WallTimer()
18 void start() { fWall = SkTime::GetNSecs(); } in start()
19 void end() { fWall = (SkTime::GetNSecs() - fWall) * 1e-6; } in end()
21 double fWall; // Milliseconds. variable
/external/skia/tools/timer/
DTimer.h16 WallTimer() : fWall(-1) {} in WallTimer()
18 void start() { fWall = SkTime::GetNSecs(); } in start()
19 void end() { fWall = (SkTime::GetNSecs() - fWall) * 1e-6; } in end()
21 double fWall; // Milliseconds. variable
/external/skqp/bench/
DSKPAnimationBench.cpp37 fAnimation->preConcatFrameMatrix(fAnimationTimer.fWall, fDevBounds, &trans); in drawPicture()
/external/skia/bench/
DSKPAnimationBench.cpp37 fAnimation->preConcatFrameMatrix(fAnimationTimer.fWall, fDevBounds, &trans); in drawPicture()
/external/skia/samplecode/
DSampleAnimatedText.cpp81 fTimes[fCurrentTime] = (float)(fTimer.fWall); in onDrawContent()
DSampleShip.cpp116 fTimes[fCurrentTime] = (float)(fTimer.fWall); in onDrawContent()
/external/skqp/samplecode/
DSampleAnimatedText.cpp81 fTimes[fCurrentTime] = (float)(fTimer.fWall); in onDrawContent()
DSampleShip.cpp116 fTimes[fCurrentTime] = (float)(fTimer.fWall); in onDrawContent()