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

  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java 254 mapWidthInPixels = mapWidth * tileWidth;
260 mapWidthInPixels += tileWidth / 2;
TmxMapLoader.java 188 mapWidthInPixels = mapWidth * tileWidth;
194 mapWidthInPixels += tileWidth / 2;
BaseTmxMapLoader.java 64 protected int mapWidthInPixels;

Completed in 42 milliseconds