Lines Matching refs:context2
2583 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings);
2597 Text('context2');
2598 Canvas(this.context2)
2603 this.context2.fillRect(100, 20, 50, 50);
2605 this.context2.setTransform(storedTransform);
2606 this.context2.fillRect(100, 20, 50, 50);
2644 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings);
2658 Text('context2');
2659 Canvas(this.context2)
2664 this.context2.fillRect(50, 50, 50, 50);
2669 this.context2.setTransform(storedTransform);
2670 this.context2.fillRect(50,50,50,50);