Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflamegraph.ts90 generateColor(name: string, isGreyedOut = false, highlighted: boolean):
92 if (isGreyedOut) {
188 const isGreyedOut = constant
202 ctx.fillStyle = this.generateColor(name, isGreyedOut, value.highlighted);