Lines Matching refs:buffer
798 ctx.drawImage(this.buffer, 0, this.imageOffset);
810 let width = this.buffer.width;
831 ctx.drawImage(this.buffer, 0, this.imageOffset);
840 let height = this.buffer.height - this.functionTimelineHeight;
842 ctx.fillRect(right, this.imageOffset, this.buffer.width - right, height);
845 right = this.buffer.width;
952 let buffer = document.createElement("canvas");
954 buffer.width = width;
955 buffer.height = height;
983 // Draw the category graph into the buffer.
985 let ctx = buffer.getContext('2d');
1014 buffer.width,
1031 ctx.lineTo(buffer.width, functionTimelineYOffset + 0.5);
1037 ctx.lineTo(buffer.width,
1089 this.buffer = buffer;
1091 // Draw the buffer.