Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
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()
/third_party/flutter/skia/tools/viewer/
DStatsLayer.cpp90 static const SkScalar kBaseMS = 1000.f / 60.f; // ms/frame to hit 60 fps in onPaint() local
112 canvas->drawLine(rect.fLeft, rect.fBottom - kBaseMS*kPixelPerMS, in onPaint()
113 rect.fRight, rect.fBottom - kBaseMS*kPixelPerMS, paint); in onPaint()