Searched refs:drawTraceLine (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/experimental/heatmap/ |
D | draw.js | 52 this.drawTraceLine(trace, 4, calculateColor(255, 255, 255, opacity, 1)); 54 this.drawTraceLine(trace, 2, color); 57 Heatmap.prototype.drawTraceLine = function(trace, width, color) { method in Heatmap
|
D | renderer.js | 136 this.drawTraceLine(trace, 4, 'rgba(255, 255, 255, ' + opacity + ')'); 138 this.drawTraceLine(trace, 2, color); 141 Heatmap.prototype.drawTraceLine = function(trace, width, color) { method in Heatmap
|