Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/rects/
Dcanvas.ts59 private canvasRects: HTMLCanvasElement,
67 this.canvasRects.style.width = '100%';
68 this.canvasRects.style.height = '100%';
72 if (this.canvasRects.clientWidth > this.canvasRects.clientHeight) {
75 this.canvasRects.clientWidth / this.canvasRects.clientHeight;
78 this.canvasRects.clientHeight / this.canvasRects.clientWidth;
88 scene.camera.panScreenDistance.dx / this.canvasRects.clientWidth;
90 scene.camera.panScreenDistance.dy / this.canvasRects.clientHeight;
133 canvas: this.canvasRects,
139 const canvasRects = assertDefined(this.canvasRects); constant
[all …]