Searched refs:colorPair (Results 1 – 2 of 2) sorted by relevance
301 var colorPair = colorPairs[id];302 if (!colorPair) {303 colorPairs[id] = colorPair = this._createPair(this._currentColorIndex++, sat);304 this._colorIndexes[colorPair.index] = colorPair;306 return colorPair;728 var colorPair;732 colorPair = colorGenerator._colorPairForIndex(colorIndex);733 context.fillStyle = colorPair.normal;758 context.fillStyle = colorPair.highlighted;764 context.fillStyle = colorPair.normal;
1071 function ChartEntry(colorPair, depth, duration, startTime, node) argument1073 this.colorPair = colorPair;1124 …var colorPair = colorGenerator._colorPairForID(node.functionName + ":" + node.url + ":" + node.lin…1125 var indexesForColor = colorEntryIndexes[colorPair.index];1127 indexesForColor = colorEntryIndexes[colorPair.index] = [];1129 …var entry = new ChartEntry(colorPair, depth, samplingInterval, sampleIndex * samplingInterval, nod…1153 entryColorIndexes[i] = colorPair.index;