Home
last modified time | relevance | path

Searched refs:funcTextColor (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerAllAppStartup.ts87 ctx.fillStyle = ColorUtils.funcTextColor(textColor);
DProcedureWorkerAppStartup.ts114 ctx.fillStyle = ColorUtils.funcTextColor(textColor);
DProcedureWorkerSoInit.ts176 ctx.fillStyle = ColorUtils.funcTextColor(textColor);
DProcedureWorkerCpuProfiler.ts267 jsCpuProfilerCtx.fillStyle = ColorUtils.funcTextColor(
DProcedureWorkerFunc.ts201 ctx.fillStyle = ColorUtils.funcTextColor(textColor);
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts200 public static funcTextColor(val: string): string { method in ColorUtils
/developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/
DProcedureWorkerCPU.ts283 ctx.fillStyle = ColorUtils.funcTextColor(ColorUtils.colorForTid(pid > 0 ? pid : tid));