Searched defs:drawLines (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.ts | 186 export function drawLines(ctx: CanvasRenderingContext2D, xs: Array<any>, height: number, lineColor:… method in Render
|
| /developtools/profiler/host/smartperf/ide/test/trace/database/ |
| D | ProcedureWorkerCommon.test.ts | 99 drawLines(ctx, aaa, 1, "#ffff") variable
|
| /developtools/profiler/host/smartperf/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.test.ts | 103 drawLines(ctx, aaa, 1, "#ffff") variable
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ |
| D | ProcedureWorkerCommon.ts | 249 export function drawLines(ctx: CanvasRenderingContext2D, xs: Array<any>, height: number, lineColor:… function
|