Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js472 this.MouseState.y <= TOP_HORIZONTAL_SCROLLBAR_HEIGHT &&
648 if (this.MouseState.y > 0 && this.MouseState.y < TOP_HORIZONTAL_SCROLLBAR_HEIGHT)
1099 ctx.fillRect(LEFT_MARGIN, 0, RIGHT_MARGIN-LEFT_MARGIN, TOP_HORIZONTAL_SCROLLBAR_HEIGHT);
H A Dipmi_timeline_vis.js225 const TOP_HORIZONTAL_SCROLLBAR_HEIGHT = YBEGIN - LINE_HEIGHT / 2; // ybegin is the center of the 1s… constant