Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfCPU2.ts32 req.context.fillStyle = ColorUtils.FUNC_COLOR[0];
33 req.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
DProcedureWorkerHiPerfThread2.ts32 req.context.fillStyle = ColorUtils.FUNC_COLOR[0];
33 req.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
DProcedureWorkerHiPerfProcess2.ts32 req.context.fillStyle = ColorUtils.FUNC_COLOR[0];
33 req.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
DProcedureWorkerHiPerfEvent.ts52 hiPerfEventReq.context.fillStyle = ColorUtils.FUNC_COLOR[0];
53 hiPerfEventReq.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
DProcedureWorkerHiPerfReport.ts55 hiPerfReportReq.context.fillStyle = ColorUtils.FUNC_COLOR[0];
56 hiPerfReportReq.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
DProcedureWorkerHiPerfCallChart.ts134 …ctx.fillStyle = ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.name || '', 0, ColorUtils.FUNC_COLO…
/developtools/smartperf_host/ide/src/trace/bean/
DFuncStruct.ts50 ColorUtils.FUNC_COLOR[funcBeanStruct.depth || 0 % ColorUtils.FUNC_COLOR.length];
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerSoInit.ts165 …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…
DProcedureWorkerAllAppStartup.ts86 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.stepName || '', 0, ColorUtils.FUNC_COLOR.length)];
DProcedureWorkerCpuProfiler.ts258 … 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)]
DProcedureWorkerAppStartup.ts113 … ColorUtils.FUNC_COLOR[ColorUtils.hashFunc(data.stepName || '', 0, ColorUtils.FUNC_COLOR.length)];
DProcedureWorkerFunc.ts190 …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…
DProcedureWorkerEnergyAnomaly.ts73 req.context.fillStyle = ColorUtils.FUNC_COLOR[0];
74 req.context.strokeStyle = ColorUtils.FUNC_COLOR[0];
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts89 public static FUNC_COLOR: Array<string> = ColorUtils.FUNC_COLOR_B; property in ColorUtils
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts1822 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;