Searched refs:FUNC_COLOR (Results 1 – 15 of 15) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/ |
| D | ProcedureWorkerHiPerfCPU2.ts | 32 req.context.fillStyle = ColorUtils.FUNC_COLOR[0]; 33 req.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
|
| D | ProcedureWorkerHiPerfThread2.ts | 32 req.context.fillStyle = ColorUtils.FUNC_COLOR[0]; 33 req.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
|
| D | ProcedureWorkerHiPerfProcess2.ts | 32 req.context.fillStyle = ColorUtils.FUNC_COLOR[0]; 33 req.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
|
| D | ProcedureWorkerHiPerfEvent.ts | 52 hiPerfEventReq.context.fillStyle = ColorUtils.FUNC_COLOR[0]; 53 hiPerfEventReq.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
|
| D | ProcedureWorkerHiPerfReport.ts | 55 hiPerfReportReq.context.fillStyle = ColorUtils.FUNC_COLOR[0]; 56 hiPerfReportReq.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
|
| D | ProcedureWorkerHiPerfCallChart.ts | 134 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLO…
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | FuncStruct.ts | 50 ColorUtils.FUNC_COLOR[funcBeanStruct.depth || 0 % ColorUtils.FUNC_COLOR.length];
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerSoInit.ts | 165 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.soName || '', 0, ColorUtils.FUNC_CO… 166 …let textColor = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.soName || '', 0, ColorUtils.FUNC_CO…
|
| D | ProcedureWorkerAllAppStartup.ts | 86 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.stepName || '', 0, ColorUtils.FUNC_COLOR.length)];
|
| D | ProcedureWorkerCpuProfiler.ts | 258 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLOR.length)]; 268 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLOR.length)]
|
| D | ProcedureWorkerAppStartup.ts | 113 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.stepName || '', 0, ColorUtils.FUNC_COLOR.length)];
|
| D | ProcedureWorkerFunc.ts | 190 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.funName || '', 0, ColorUtils.FUNC_C… 191 …let textColor = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.funName || '', 0, ColorUtils.FUNC_C…
|
| D | ProcedureWorkerEnergyAnomaly.ts | 73 req.context.fillStyle = ColorUtils.FUNC_COLOR[0]; 74 req.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | ColorUtils.ts | 89 public static FUNC_COLOR: Array<string> = ColorUtils.FUNC_COLOR_B; property in ColorUtils
|
| /developtools/smartperf_host/ide/src/trace/ |
| D | SpApplication.ts | 1822 ColorUtils.FUNC_COLOR = JSON.parse(window.localStorage.getItem('DarkThemeColors')!); 1825 ColorUtils.FUNC_COLOR = colorsArray; 1828 ColorUtils.FUNC_COLOR = ColorUtils.FUNC_COLOR_B; 1852 ColorUtils.FUNC_COLOR = JSON.parse(window.localStorage.getItem('LightThemeColors')!); 1855 ColorUtils.FUNC_COLOR = colorsArray; 1858 ColorUtils.FUNC_COLOR = ColorUtils.FUNC_COLOR_A;
|