Lines Matching refs:context2
2460 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings);
2474 Text('context2');
2475 Canvas(this.context2)
2480 this.context2.fillRect(100, 20, 50, 50);
2482 this.context2.setTransform(storedTransform);
2483 this.context2.fillRect(100, 20, 50, 50);
2521 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings);
2535 Text('context2');
2536 Canvas(this.context2)
2541 this.context2.fillRect(50, 50, 50, 50);
2546 this.context2.setTransform(storedTransform);
2547 this.context2.fillRect(50,50,50,50);