/external/replicaisland/src/com/replica/replicaisland/ |
H A D | LevelBuilder.java | 120 int width, int height, int tileWidth, int tileHeight, TiledWorld world, 157 width, height, tileWidth, tileHeight); 119 addTileMapLayer(GameObject background, int priority, float scrollSpeed, int width, int height, int tileWidth, int tileHeight, TiledWorld world, int theme) argument
|
H A D | TiledVertexGrid.java | 40 public TiledVertexGrid(Texture texture, int width, int height, int tileWidth, int tileHeight) { argument 42 mTileWidth = tileWidth; 60 final int tileWidth = mTileWidth; 62 final int tilesAcross = width / tileWidth; 67 final int textureTilesAcross = texture.width / tileWidth; 89 final float offsetX = tileX * tileWidth; 96 int textureOffsetX = (tileIndex % textureTilesAcross) * tileWidth; 99 textureOffsetX > texture.width - tileWidth || 107 final float u2 = ((textureOffsetX + tileWidth - GL_MAGIC_OFFSET) * texelWidth); 111 final float[] p1 = { offsetX + tileWidth, offset [all...] |
H A D | CollisionSystem.java | 86 public void initialize(TiledWorld world, int tileWidth, int tileHeight) { argument 89 mTileWidth = tileWidth; 631 public void setup(Vector2 movementDirection, int tileWidth, int tileHeight) { argument 638 mTileWidth = tileWidth;
|
H A D | GameObjectFactory.java | 574 public void spawnFromWorld(TiledWorld world, int tileWidth, int tileHeight) { argument 585 final float worldX = x * tileWidth; 594 if (object.width < tileWidth) { 595 object.getPosition().x += (tileWidth - object.width) / 2.0f; 596 } else if (object.width > tileWidth) { 597 object.getPosition().x -= (object.width - tileWidth) / 2.0f;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
H A D | radeon_mipmap_tree.c | 88 unsigned tileWidth, tileHeight; local 90 get_tile_size(format, &tileWidth, &tileHeight); 109 unsigned tileWidth, tileHeight; local 110 get_tile_size(format, &tileWidth, &tileHeight); 111 row_align = tileWidth * _mesa_get_format_bytes(format) - 1;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
H A D | radeon_mipmap_tree.c | 88 unsigned tileWidth, tileHeight; local 90 get_tile_size(format, &tileWidth, &tileHeight); 109 unsigned tileWidth, tileHeight; local 110 get_tile_size(format, &tileWidth, &tileHeight); 111 row_align = tileWidth * _mesa_get_format_bytes(format) - 1;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | radeon_mipmap_tree.c | 88 unsigned tileWidth, tileHeight; local 90 get_tile_size(format, &tileWidth, &tileHeight); 109 unsigned tileWidth, tileHeight; local 110 get_tile_size(format, &tileWidth, &tileHeight); 111 row_align = tileWidth * _mesa_get_format_bytes(format) - 1;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_mipmap_tree.c | 88 unsigned tileWidth, tileHeight; local 90 get_tile_size(format, &tileWidth, &tileHeight); 109 unsigned tileWidth, tileHeight; local 110 get_tile_size(format, &tileWidth, &tileHeight); 111 row_align = tileWidth * _mesa_get_format_bytes(format) - 1;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
H A D | meta.c | 2230 const GLint tileWidth = MIN2(tileSize, width - i); local 2241 _mesa_meta_DrawPixels(ctx, tileX, tileY, tileWidth, tileHeight,
|
/external/mesa3d/src/mesa/drivers/common/ |
H A D | meta.c | 2230 const GLint tileWidth = MIN2(tileSize, width - i); local 2241 _mesa_meta_DrawPixels(ctx, tileX, tileY, tileWidth, tileHeight,
|