Searched refs:LINE_SPACING (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc-tools/dbus-vis/ |
H A D | timeline_view.js | 1090 LINE_SPACING / 2; 1091 ctx.fillRect(0, dy, RIGHT_MARGIN, LINE_SPACING); 1384 const PAD = 2, H = LINE_SPACING; 1426 y = y + LINE_SPACING; 1519 y += LINE_SPACING; 1548 let y1 = YBEGIN + LINE_SPACING * (i); 1660 ctx.moveTo(this.MouseState.x, LINE_SPACING * 2); 1760 let w = 1, h = LINE_SPACING * labels.length + 2 * PAD; 1779 labels[i], dx + PAD, dy + PAD + i * LINE_SPACING + LINE_SPACING / 2); 1852 labels[i], dx + PAD, dy + PAD + i * LINE_SPACING + LINE_SPACING / 2); [all …]
|
H A D | ipmi_timeline_vis.js | 223 const LINE_SPACING = 17; constant 224 const YBEGIN = 22 + LINE_SPACING; 228 const HISTOGRAM_W = 100, HISTOGRAM_H = LINE_SPACING;
|
/openbmc/linux/arch/powerpc/tools/ |
H A D | checkpatch.sh | 19 --ignore LINE_SPACING \
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 1107 **LINE_SPACING**
|