Home
last modified time | relevance | path

Searched defs:drawLines (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts446 drawLines(xs: number[] | undefined, color: string): void { method in SpChartList
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts535 export function drawLines(ctx: CanvasRenderingContext2D, xs: Array<any>, height: number, lineColor:… function