Searched refs:drawLines (Results 1 – 17 of 17) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/ |
| D | TabPaneCounterSample.ts | 23 import { dataFilterHandler, drawLines } from '../../../../database/ui-worker/ProcedureWorkerCommon'; 97 …drawLines(context!, TraceRow.range?.xs || [], row.frame.height, this.systemTrace!.timerShaftEL!.li…
|
| D | TabPaneFrequencySample.ts | 26 import { drawLines } from '../../../../database/ui-worker/ProcedureWorkerCommon'; 101 …drawLines(context!, TraceRow.range?.xs || [], row.frame.height, this.systemTrace!.timerShaftEL!.li…
|
| /developtools/smartperf_host/ide/src/trace/component/trace/ |
| D | SpChartList.ts | 21 drawLines, 446 drawLines(xs: number[] | undefined, color: string): void { method in SpChartList 447 drawLines(this.canvasCtx!, xs ?? [], this.clientHeight, color);
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerVirtualMemory.ts | 19 drawLines,
|
| D | ProcedureWorkerMem.ts | 21 drawLines,
|
| D | ProcedureWorkerProcess.ts | 20 drawLines,
|
| D | ProcedureWorkerEnergyAnomaly.ts | 20 drawLines,
|
| D | ProcedureWorkerEBPF.ts | 19 drawLines,
|
| D | ProcedureWorkerCommon.ts | 535 export function drawLines(ctx: CanvasRenderingContext2D, xs: Array<any>, height: number, lineColor:… function 1357 drawLines(ctx, TraceRow.range?.xs || [], row.frame.height, '#dadada');
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.test.ts | 25 drawLines, 206 drawLines(ctx, aaa, 1, '#ffff');
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | LineScatterCandleRadarRenderer.ets | 29 * path that is used for drawing highlight-lines (drawLines(...) cannot be used because of dashes)
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/ |
| D | ProcedureWorkerCPU.ts | 21 drawLines, 40 …drawLines(cpuReqMessage.context, cpuReqMessage.xs, cpuReqMessage.frame.height, cpuReqMessage.lineC…
|
| D | ProcedureWorkerCpuFreqLimits.ts | 22 drawLines,
|
| D | ProcedureWorkerCpuState.ts | 20 drawLines,
|
| /developtools/smartperf_host/ide/test/trace/component/trace/base/ |
| D | TraceRow.test.ts | 111 expect(traceRow.drawLines(ctx)).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 35 drawLines, 550 …drawLines(this.canvasPanelCtx!, TraceRow.range?.xs || [], canvasHeight, this.timerShaftEL!.lineCol… 552 …this.favoriteChartListEL?.drawLines(TraceRow.range?.xs, this.timerShaftEL!.lineColor()); // chart …
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceRow.ts | 1200 drawLines(ctx: CanvasRenderingContext2D) {
|