Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Ddraggable_canvas_object_impl.ts23 fillStyle: string; property
78 ctx.fillStyle = this.drawConfig.fillStyle;
Dmini_timeline_drawer_impl.ts111 fillStyle: Color.ACTIVE_POINTER,
271 this.ctx.fillStyle = TRACE_INFO[trace.type].color;
284 this.ctx.fillStyle = Color.ACTIVE_POINTER;
313 this.ctx.fillStyle = Color.ACTIVE_POINTER;
334 this.ctx.fillStyle = Color.BOOKMARK;
345 …this.ctx.fillStyle = this.inputGetter().isDarkMode ? '#696563' : '#eeeff0'; // Keep in sync with v…
351 …this.ctx.fillStyle = this.inputGetter().isDarkMode ? '#4e5767' : '#E8F0FE'; // Keep in sync with v…
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dcanvas_drawer_test.ts46 expectedCtx.fillStyle = '#333333';
62 expectedCtx.fillStyle = 'rgba(51,51,51,0.5)';
101 expectedCtx.fillStyle = '#333333';
Dcanvas_drawer.ts45 this.ctx.fillStyle = `rgba(${r},${g},${b},${alpha})`;