Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/gpu_internals/
Dfast_rect_renderer.js79 fillRect: function(x, w, colorId) { argument
89 this.mergedColorId = colorId;
92 this.mergedColorId = Math.max(this.mergedColorId, colorId);
97 this.ctx_.fillStyle = this.pallette_[colorId];
Dtimeline_model.js33 function TimelineSlice(title, colorId, start, args) { argument
36 this.colorId = colorId;
163 var colorId = getColor(event.name);
164 var slice = new TimelineSlice(event.name, colorId, event.ts,
Dtimeline_track.js243 var colorId;
244 colorId = slice.selected ?
245 slice.colorId + selectedIdBoost :
246 slice.colorId;
250 tr.fillRect(x, w, colorId);
/external/chromium-trace/src/tracing/
Dfast_rect_renderer.js79 fillRect: function(x, w, colorId) { argument
89 this.mergedColorId = colorId;
92 this.mergedColorId = Math.max(this.mergedColorId, colorId);
97 this.ctx_.fillStyle = this.pallette_[colorId];
Dtimeline_track.js619 var colorId = slice.selected ?
620 slice.colorId + highlightIdBoost :
621 slice.colorId;
626 tr.fillRect(x, w, colorId);
631 tr.fillRect(x, pixWidth, colorId);
633 ctx.fillStyle = pallette[colorId];
750 slice.colorId != this.slices_[index].colorId) {
1022 var colorId = ctr.seriesColors[seriesIndex];
1023 ctx.fillStyle = pallette[colorId];
Dtimeline_model.js31 function TimelineSlice(title, colorId, start, args, opt_duration) { argument
34 this.colorId = colorId;
65 function TimelineThreadSlice(title, colorId, start, args, opt_duration) { argument
66 TimelineSlice.call(this, title, colorId, start, args, opt_duration);
81 function TimelineAsyncSlice(title, colorId, start, args) { argument
82 TimelineSlice.call(this, title, colorId, start, args);
Dtrace_event_importer.js91 var colorId = tracing.getStringColorId(event.name);
94 slice: new tracing.TimelineThreadSlice(event.name, colorId,
Dlinux_perf_importer.js451 slice.colorId, slice.start, slice.args, slice.duration) ];
494 var colorId = tracing.getStringColorId(name);
495 var slice = new tracing.TimelineThreadSlice(name, colorId, ts, null);
/external/chromium-trace/
Dscript.js28 …tracing",function(){function g(a,b,d,c,f){this.title=a;this.start=d;this.colorId=b;this.args=c;thi…
60 …=c,f.endThread=a.thread,f.subSlices=[new tracing.TimelineSlice(f.title,f.colorId,f.start,f.args,f.…
130 j.colorId+h:j.colorId;l<e&&(l=e);0<j.duration?k.fillRect(i,l,m):0.001<e?k.fillRect(i,e,m):(a.fillSt…
132 …t);b<this.slices_.length&&a.start==this.slices_[b].start&&a.colorId!=this.slices_[b].colorId;)b++;…