Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-vis/
H A Dinitialization.js155 ipmi_timeline_view.Canvas = document.getElementById('my_canvas_ipmi');
156 dbus_timeline_view.Canvas = document.getElementById('my_canvas_dbus');
157 boost_asio_handler_timeline_view.Canvas =
161 ipmi_timeline_view.Canvas.style.display = 'none';
162 dbus_timeline_view.Canvas.style.display = 'none';
163 boost_asio_handler_timeline_view.Canvas.style.display = 'none';
H A Dipmi_timeline_vis.js585 let Canvas = document.getElementById('my_canvas_ipmi'); variable
587 Canvas.onmousemove = function(event) {
599 u.MouseState.x = event.pageX - Canvas.offsetLeft;
610 Canvas.onmouseover = function() {
614 Canvas.onmouseleave = function() {
618 Canvas.onmousedown = function(event) {
624 Canvas.onmouseup = function(event) {
637 Canvas.onwheel = function(event) {
H A Dtimeline_view.js144 this.Canvas = undefined;
477 this.MouseState.y >= this.Canvas.height - BOTTOM_HORIZONTAL_SCROLLBAR_HEIGHT &&
478 this.MouseState.y <= this.Canvas.height) {
509 const diff_title_idx = tvh * diff_y / this.Canvas.height;
650 if (this.MouseState.y > this.Canvas.height - BOTTOM_HORIZONTAL_SCROLLBAR_HEIGHT &&
651 this.MouseState.y < this.Canvas.height)
1023 if (this.Canvas == undefined) return;
1072 const width = this.Canvas.width;
1073 const height = this.Canvas.height;
/openbmc/linux/drivers/soc/amlogic/
H A DKconfig5 tristate "Amlogic Meson Canvas driver"