Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dslice_panel.ts73 const startDraw = {x: size.width / 2 + 30, y: 52}; constant
75 ctx.moveTo(startDraw.x, startDraw.y + 28);
77 ctx.lineTo(startDraw.x + 6, startDraw.y + 20);
78 ctx.lineTo(startDraw.x, startDraw.y + 12);
79 ctx.lineTo(startDraw.x - 6, startDraw.y + 20);
82 ctx.fillRect(startDraw.x - 1, startDraw.y, 2, 100);
95 ctx.fillText(displayText, startDraw.x + 20, startDraw.y + 20);
96 ctx.fillText(processText, startDraw.x + 20, startDraw.y + 37);
97 ctx.fillText(threadText, startDraw.x + 20, startDraw.y + 55);
101 drawDoubleHeadedArrow(ctx, startDraw.x, startDraw.y + 80, 60, true);
[all …]