Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js444 Math.floor((this.MouseState.y - YBEGIN + TEXT_Y0) / LINE_SPACING);
1120 LEFT_MARGIN + 3, TEXT_Y0);
1124 RIGHT_MARGIN - 3, TEXT_Y0);
1160 ctx.fillText('Time Distribution', HISTOGRAM_X, TEXT_Y0);
1163 ctx.fillText('In dataset /', HISTOGRAM_X, TEXT_Y0 + LINE_SPACING - 2);
1170 ' In selection', HISTOGRAM_X, TEXT_Y0 + LINE_SPACING - 2);
1173 ctx.fillText(' In viewport', HISTOGRAM_X, TEXT_Y0 + LINE_SPACING - 2);
1230 ctx.fillText(label2, dx, TEXT_Y0);
1529 ctx.fillText('# / time', 3, TEXT_Y0);
1530 ctx.fillText('in selection', 3, TEXT_Y0 + LINE_SPACING - 2);
[all …]
H A Dipmi_timeline_vis.js227 const TEXT_Y0 = 3; constant