Searched refs:getCanvas (Results 1 – 8 of 8) sorted by relevance
197 timeline.getCanvas().width = 0;198 timeline.getCanvas().height = 0;199 timeline.getCanvas().style.width = 'auto';200 timeline.getCanvas().style.height = 'auto';205 timeline.getCanvas().height = 0;206 timeline.getCanvas().style.width = 'auto';207 timeline.getCanvas().style.height = 'auto';
56 getCanvas(): HTMLCanvasElement { method in AbstractTimelineRowComponent80 const canvas = this.getCanvas();113 this.canvasDrawer.setCanvas(this.getCanvas());
155 component.getCanvas().dispatchEvent(event);307 component.getCanvas().dispatchEvent(event);
229 component.getCanvas().dispatchEvent(mouseoutEvent);235 component.getCanvas().dispatchEvent(mouseoutEvent);540 component.getCanvas().dispatchEvent(mousemoveEvent);
207 const canvas = assertDefined(component.miniTimelineComponent).getCanvas();338 target: component.miniTimelineComponent?.getCanvas(),351 .getCanvas()367 .getCanvas()390 .getCanvas()413 .getCanvas()493 const canvas = miniTimelineComponent.getCanvas();574 const canvas = miniTimelineComponent.getCanvas();
150 getCanvas(): HTMLCanvasElement { method in MiniTimelineComponent209 this.getCanvas(),413 const canvas = this.getCanvas();
390 page.getCanvas().scale(scale, scale); in print()403 view.draw(page.getCanvas()); in print()405 page.getCanvas().translate(0, view.getHeight()); in print()
1064 const canvas = miniTimelineComponent.getCanvas();