Searched refs:yMid (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | timeline_view.js | 90 function RenderHistogram(ctx, key, xMid, yMid) { argument 100 yMid - HISTOGRAM_H / 2); 110 ctx.fillText(ub, xMid + HISTOGRAM_W / 2, yMid); 120 ctx.fillText(lb, xMid - HISTOGRAM_W / 2, yMid); 372 RenderHistogram(ctx, key, xMid, yMid) { argument 382 yMid - HISTOGRAM_H / 2); 392 ctx.fillText(ub, xMid + HISTOGRAM_W / 2, yMid); 402 ctx.fillText(lb, xMid - HISTOGRAM_W / 2, yMid);
|