Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-201590.js30 var gdpRatio = 16/9; variable
43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
44 ((y * tileWidth ) * gdpRatio) + ((x * tileWidth ) * gdpRatio);
45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
46 ((y * tileHeight) * gdpRatio) + ((x * tileHeight) * gdpRatio);
47 xPos = xPos - Math.round(((tileWidth) * gdpRatio)) +
48 this.mapHeight * Math.round(((tileWidth) * gdpRatio));