Searched refs:xMid (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 99 IpmiVizHistogramImageData[key], xMid - HISTOGRAM_W / 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 381 this.IpmiVizHistogramImageData[key], xMid - HISTOGRAM_W / 2, 392 ctx.fillText(ub, xMid + HISTOGRAM_W / 2, yMid); 402 ctx.fillText(lb, xMid - HISTOGRAM_W / 2, yMid);
|