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

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
markermanager.js 194 var mapWidth = MarkerManager.MERCATOR_ZOOM_LEVEL_ZERO_RANGE;
198 this.gridWidth_[zoom] = Math.ceil(mapWidth / this.tileSize_);
199 mapWidth <<= 1;
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
TiledMapPacker.java 214 int mapWidth = map.getProperties().get("width", Integer.class);
217 int bucketSize = mapWidth * mapHeight * numlayers;
228 for (int x = 0; x < mapWidth; ++x) {
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java 234 int mapWidth = root.getIntAttribute("width", 0);
244 mapProperties.put("width", mapWidth);
254 mapWidthInPixels = mapWidth * tileWidth;
TmxMapLoader.java 159 int mapWidth = root.getIntAttribute("width", 0);
172 mapProperties.put("width", mapWidth);
188 mapWidthInPixels = mapWidth * tileWidth;

Completed in 593 milliseconds