Home | History | Annotate | Download | only in resources

Lines Matching refs:HEIGHT

121   HEIGHT: 150
302 this.dimensions.HEIGHT, Runner.classes.PLAYER);
367 this.canvas.height = this.dimensions.HEIGHT;
379 this.containerEl.style.height = this.dimensions.HEIGHT + 'px';
450 this.dimensions.HEIGHT);
775 var oldHeight = opt_height || canvas.height;
778 canvas.height = oldHeight * ratio;
781 canvas.style.height = oldHeight + 'px';
818 * @param {number} height
822 function createCanvas(container, width, height, opt_classname) {
827 canvas.height = height;
890 * @param {number} opt_height Optional new canvas height.
895 this.canvasDimensions.HEIGHT = opt_height;
914 var textTargetY = Math.round((this.canvasDimensions.HEIGHT - 25) / 3);
921 var restartTargetY = this.canvasDimensions.HEIGHT / 2;
965 tRex.config.HEIGHT - 2);
971 obstacle.typeConfig.height - 2);
1019 box.height);
1030 tRexBox.width, tRexBox.height);
1034 obstacleBox.width, obstacleBox.height);
1056 tRexBox.y < obstacleBox.y + obstacleBox.height &&
1057 tRexBox.height + tRexBox.y > obstacleBox.y) {
1072 * @param {number} h Height.
1078 this.height = h;
1165 var sourceHeight = this.typeConfig.height;
1178 this.typeConfig.width * this.size, this.typeConfig.height);
1229 collisionBoxes[i].height);
1245 height: 35,
1259 height: 50,
1315 HEIGHT: 47,
1390 this.groundYPos = Runner.defaultDimensions.HEIGHT - this.config.HEIGHT -
1458 var sourceHeight = this.config.HEIGHT;
1470 this.config.WIDTH, this.config.HEIGHT);
1539 // Minimum height has been reached.
1544 // Reached max height
1618 HEIGHT: 13,
1689 var sourceHeight = DistanceMeter.dimensions.HEIGHT;
1695 var targetHeight = DistanceMeter.dimensions.HEIGHT;
1858 HEIGHT: 13,
1869 * Initialise the cloud. Sets the Cloud height.
1883 var sourceHeight = Cloud.config.HEIGHT;
1893 Cloud.config.WIDTH, Cloud.config.HEIGHT);
1955 HEIGHT: 12,
1995 this.sourceDimensions.WIDTH, this.sourceDimensions.HEIGHT,
1997 this.dimensions.WIDTH, this.dimensions.HEIGHT);
2000 this.sourceDimensions.WIDTH, this.sourceDimensions.HEIGHT,
2002 this.dimensions.WIDTH, this.dimensions.HEIGHT);
2220 * @param {number} height Canvas height.
2222 resize: function(width, height) {
2224 this.canvas.height = height;