Searched refs:startDraw (Results 1 – 2 of 2) sorted by relevance
/external/perfetto/ui/src/frontend/ |
D | slice_panel.ts | 114 const startDraw = {x: size.width / 2 + 20, y: 52}; constant 116 ctx.moveTo(startDraw.x, startDraw.y + 28); 118 ctx.lineTo(startDraw.x + 6, startDraw.y + 20); 119 ctx.lineTo(startDraw.x, startDraw.y + 12); 120 ctx.lineTo(startDraw.x - 6, startDraw.y + 20); 123 ctx.fillRect(startDraw.x - 1, startDraw.y, 2, 100); 135 ctx.fillText(displayText, startDraw.x + 20, startDraw.y + 20); 136 ctx.fillText(processText, startDraw.x + 20, startDraw.y + 37); 137 ctx.fillText(threadText, startDraw.x + 20, startDraw.y + 55); 141 drawDoubleHeadedArrow(ctx, startDraw.x, startDraw.y + 80, 60, true); [all …]
|
D | notes_panel.ts | 187 const startDraw = Math.max( constant 190 ctx.moveTo(startDraw, topOffset);
|