Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
DStatsLayer.cpp83 static const float kPixelPerMS = 2.0f; in onPaint() local
111 canvas->drawLine(rect.fLeft, rect.fBottom - kBaseMS*kPixelPerMS, in onPaint()
112 rect.fRight, rect.fBottom - kBaseMS*kPixelPerMS, paint); in onPaint()
131 int height = (int)(fTimers[timer].fTimes[i] * kPixelPerMS + 0.5); in onPaint()
141 int height = (int)(fTotalTimes[i] * kPixelPerMS + 0.5); in onPaint()
/third_party/flutter/skia/tools/viewer/
DStatsLayer.cpp83 static const float kPixelPerMS = 2.0f; in onPaint() local
112 canvas->drawLine(rect.fLeft, rect.fBottom - kBaseMS*kPixelPerMS, in onPaint()
113 rect.fRight, rect.fBottom - kBaseMS*kPixelPerMS, paint); in onPaint()
132 int height = (int)(fTimers[timer].fTimes[i] * kPixelPerMS + 0.5); in onPaint()
142 int height = (int)(fTotalTimes[i] * kPixelPerMS + 0.5); in onPaint()