Searched refs:xAndTime (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/ui/src/frontend/ |
D | gridline_helper.ts | 103 for (const xAndTime of gridlines(width, timeSpan, x)) { constant 105 ctx.moveTo(xAndTime[0] + 0.5, 0); 106 ctx.lineTo(xAndTime[0] + 0.5, height);
|
D | tickmark_panel.ts | 34 for (const xAndTime of gridlines( constant 36 ctx.fillRect(xAndTime[0], 0, 1, size.height);
|
D | time_selection_panel.ts | 128 for (const xAndTime of gridlines(size.width, range, timeScale)) { constant 129 ctx.fillRect(xAndTime[0], 0, 1, size.height);
|
D | notes_panel.ts | 88 for (const xAndTime of gridlines(size.width, range, timeScale)) { constant 89 ctx.fillRect(xAndTime[0], 0, 1, size.height);
|