HomeSort by relevance Sort by last modified time
    Searched full:tileheight (Results 26 - 42 of 42) sorted by null

12

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
TiledMapPacker.java 312 int tileHeight = set.getProperties().get("tileheight", Integer.class);
329 tile = new BufferedImage(tileWidth, tileHeight, BufferedImage.TYPE_4BYTE_ABGR);
332 g.drawImage(layout.image, 0, 0, tileWidth, tileHeight, (int)tileLocation.x, (int)tileLocation.y, (int)tileLocation.x
333 + tileWidth, (int)tileLocation.y + tileHeight, null);
336 System.out.println("Adding " + tileWidth + "x" + tileHeight + " (" + (int)tileLocation.x + ", "
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 207 SkScalar tileHeight = SkIntToScalar(fTileSize.height());
208 SkASSERT(tileWidth > 0 && tileHeight > 0);
225 SkScalarFloorToScalar(tileHeight * fBaseFrequency.fY) / tileHeight;
227 SkScalarCeilToScalar(tileHeight * fBaseFrequency.fY) / tileHeight;
239 SkScalarRoundToInt(tileHeight * fBaseFrequency.fY);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
BaseTmxMapLoader.java 78 int tileHeight = element.getParent().getIntAttribute("tileheight", 0);
79 TiledMapTileLayer layer = new TiledMapTileLayer(width, height, tileWidth, tileHeight);
  /external/opencv3/3rdparty/libjasper/
jpc_cs.c 494 jpc_getuint32(in, &siz->tileheight) ||
501 !siz->tileheight || !siz->numcomps) {
533 siz->tileheight && siz->numcomps);
540 jpc_putuint32(out, siz->tileheight) ||
564 fprintf(out, "tilewidth = %d; tileheight = %d; tilexoff = %d; "
565 "tileyoff = %d;\n", (int)siz->tilewidth, (int)siz->tileheight, (int)siz->tilexoff,
    [all...]
jpc_enc.c 226 {OPT_TILEHEIGHT, "tileheight"},
389 cp->tileheight = 0;
466 cp->tileheight = atoi(jas_tvparser_getval(tvp));
593 if (!cp->tileheight) {
594 cp->tileheight = cp->refgrdheight - cp->tilegrdoffy;
634 if (!cp->tileheight) {
636 cp->tileheight);
644 cp->tilegrdoffy + cp->tileheight < cp->imgareatly) {
654 cp->tileheight);
941 siz->tileheight = cp->tileheight
    [all...]
jpc_dec.c     [all...]
jpc_cs.h 203 uint_fast32_t tileheight; member in struct:__anon21698
jpc_dec.h 594 uint_fast32_t tileheight; member in struct:__anon21733
jpc_enc.h 223 uint_fast32_t tileheight; member in struct:__anon21741
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
HexagonalTiledMapRenderer.java 93 length = map.getProperties().get("tileheight", Integer.class);
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 86 public void initialize(TiledWorld world, int tileWidth, int tileHeight) {
90 mTileHeight = tileHeight;
631 public void setup(Vector2 movementDirection, int tileWidth, int tileHeight) {
639 mTileHeight = tileHeight;
    [all...]
GameObjectFactory.java 574 public void spawnFromWorld(TiledWorld world, int tileWidth, int tileHeight) {
576 final float worldHeight = world.getHeight() * tileHeight;
586 final float worldY = worldHeight - ((y + 1) * tileHeight);
589 if (object.height < tileHeight) {
592 object.getPosition().y += (tileHeight - object.height) / 2.0f;
    [all...]
  /external/skia/experimental/SkPerlinNoiseShader2/
SkPerlinNoiseShader2.cpp 263 SkScalar tileHeight = SkIntToScalar(fTileSize.height());
264 SkASSERT(tileWidth > 0 && tileHeight > 0);
281 SkScalarFloorToScalar(tileHeight * fBaseFrequency.fY) / tileHeight;
283 SkScalarCeilToScalar(tileHeight * fBaseFrequency.fY) / tileHeight;
295 SkScalarRoundToInt(tileHeight * fBaseFrequency.fY);
    [all...]
  /external/jsmn/
jsmn_test.c 362 "\"orientation\":\"orthogonal\", \"properties\": { }, \"tileheight\":32, "
365 "\"properties\":{}, \"spacing\":0, \"tileheight\":32, \"tilewidth\":32 }], "
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 3349 milliseconds

12