Searched refs:randomRgbColor (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/ide/test/base-ui/chart/pie/ |
| D | LitChartPieData.test.ts | 16 import { isPointIsCircle, randomRgbColor } from '../../../../src/base-ui/chart/pie/LitChartPieData'; 28 expect(randomRgbColor()).not.toBeUndefined();
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pie/ |
| D | LitChartPieData.ts | 16 export function randomRgbColor() { function
|
| D | LitChartPie.ts | 19 import { isPointIsCircle, pieChartColors, randomRgbColor } from './LitChartPieData';
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerTimeline.test.ts | 58 sportRuler.randomRgbColor();
|
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | SportRuler.ts | 20 import { ns2s, ns2x, randomRgbColor, TimerShaftElement } from '../TimerShaftElement'; 387 … this.flagList.push(new Flag(0, 125, 18, 18, time, randomRgbColor(), '', true, 'triangle')); 467 this.slicesTime.color = randomRgbColor() || '#ff0000'; 700 …let flag = new Flag(x, 125, 18, 18, flagAtRulerTime + this.range.startNS, randomRgbColor(), '', tr…
|
| /developtools/smartperf_host/ide/src/trace/component/trace/ |
| D | TimerShaftElement.ts | 30 export function randomRgbColor() { function 41 randomRgbColor();
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerTimeline.ts | 290 randomRgbColor() {
|