Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts842 const arrowSize = 5.5; constant
845 const headX = x + (direction === 'left' ? arrowSize : -arrowSize);
846 const headY = y - arrowSize / 2;
849 context.lineTo(headX, y + arrowSize);
965 const arrowSize = 5.5; constant
968 const headX = x + (direction === 'left' ? arrowSize : -arrowSize);
969 const headY = y - arrowSize / 2;
972 ctx.lineTo(headX, y + arrowSize);
1214 let arrowSize = 8;
1230 drawArrow(context, startPoint, endPoint, arrowSize);
[all …]