Lines Matching refs:startDraw
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);
147 ctx.fillText(displayLatency, startDraw.x + 70, startDraw.y + 86);
154 ctx.fillText(explain1, startDraw.x + 70, startDraw.y + 86 + 16);
155 ctx.fillText(explain2, startDraw.x + 70, startDraw.y + 86 + 16 + 12);
156 ctx.fillText(explain3, startDraw.x + 70, startDraw.y + 86 + 16 + 24);