HomeSort by relevance Sort by last modified time
    Searched refs:mapHeight (Results 1 - 4 of 4) sorted by null

  /external/v8/test/mjsunit/regress/
regress-201590.js 35 this.mapHeight = initialMapHeight;
48 this.mapHeight * Math.round(((tileWidth) * gdpRatio));
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java 235 int mapHeight = root.getIntAttribute("height", 0);
245 mapProperties.put("height", mapHeight);
255 mapHeightInPixels = mapHeight * tileHeight;
259 if (mapHeight > 1) {
TmxMapLoader.java 160 int mapHeight = root.getIntAttribute("height", 0);
173 mapProperties.put("height", mapHeight);
189 mapHeightInPixels = mapHeight * tileHeight;
193 if (mapHeight > 1) {
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
TiledMapPacker.java 215 int mapHeight = map.getProperties().get("height", Integer.class);
217 int bucketSize = mapWidth * mapHeight * numlayers;
227 for (int y = 0; y < mapHeight; ++y) {

Completed in 485 milliseconds