HomeSort by relevance Sort by last modified time
    Searched defs:tileheight (Results 1 - 5 of 5) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java 237 int tileHeight = root.getIntAttribute("tileheight", 0);
247 mapProperties.put("tileheight", tileHeight);
253 mapTileHeight = tileHeight;
255 mapHeightInPixels = mapHeight * tileHeight;
261 mapHeightInPixels = mapHeightInPixels / 2 + tileHeight / 2;
287 int tileheight = element.getIntAttribute("tileheight", 0); local
305 tileheight = element.getIntAttribute("tileheight", 0)
    [all...]
TmxMapLoader.java 162 int tileHeight = root.getIntAttribute("tileheight", 0);
175 mapProperties.put("tileheight", tileHeight);
187 mapTileHeight = tileHeight;
189 mapHeightInPixels = mapHeight * tileHeight;
195 mapHeightInPixels = mapHeightInPixels / 2 + tileHeight / 2;
301 * <li><em>tileheight</em>, (int, defaults to 0) the tile height</li>
318 int tileheight = element.getIntAttribute("tileheight", 0) local
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_dec.h 594 uint_fast32_t tileheight; member in struct:__anon20291
jpc_enc.h 223 uint_fast32_t tileheight; member in struct:__anon20299
jpc_cs.h 203 uint_fast32_t tileheight; member in struct:__anon20256

Completed in 2283 milliseconds