Home
last modified time | relevance | path

Searched refs:kBaseMS (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tools/viewer/
H A DStatsLayer.cpp90 static const SkScalar kBaseMS = 1000.f / 60.f; // ms/frame to hit 60 fps in onPaint() local
111 canvas->drawLine(rect.fLeft, rect.fBottom - kBaseMS*kPixelPerMS, in onPaint()
112 rect.fRight, rect.fBottom - kBaseMS*kPixelPerMS, paint); in onPaint()

Completed in 1 milliseconds