Home
last modified time | relevance | path

Searched defs:tileWidth (Results 1 – 10 of 10) sorted by relevance

/external/dng_sdk/source/
Ddng_tile_iterator.cpp126 int32 tileWidth = tile.r - hOffset; in Initialize() local
/external/replicaisland/src/com/replica/replicaisland/
DTiledVertexGrid.java40 public TiledVertexGrid(Texture texture, int width, int height, int tileWidth, int tileHeight) { in TiledVertexGrid()
60 final int tileWidth = mTileWidth; in generateGrid() local
DLevelBuilder.java120 int width, int height, int tileWidth, int tileHeight, TiledWorld world, in addTileMapLayer()
DHotSpotSystem.java146 final float tileWidth = level.getLevelWidth() / mWorld.getWidth(); in getTileCenterWorldPositionX() local
DCollisionSystem.java86 public void initialize(TiledWorld world, int tileWidth, int tileHeight) { in initialize()
631 public void setup(Vector2 movementDirection, int tileWidth, int tileHeight) { in setup()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c88 unsigned tileWidth, tileHeight; in get_texture_image_size() local
109 unsigned tileWidth, tileHeight; in get_texture_image_row_stride() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c88 unsigned tileWidth, tileHeight; in get_texture_image_size() local
109 unsigned tileWidth, tileHeight; in get_texture_image_row_stride() local
/external/skia/src/effects/
DSkPerlinNoiseShader.cpp206 SkScalar tileWidth = SkIntToScalar(fTileSize.width()); in stitch() local
/external/skia/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.cpp262 SkScalar tileWidth = SkIntToScalar(fTileSize.width()); in stitch() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2230 const GLint tileWidth = MIN2(tileSize, width - i); in tiled_draw_pixels() local