Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_tile_iterator.cpp125 int32 tileHeight = tile.b - vOffset; 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()
61 final int tileHeight = mTileHeight; in generateGrid() local
DLevelBuilder.java120 int width, int height, int tileWidth, int tileHeight, TiledWorld world, in addTileMapLayer()
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.cpp207 SkScalar tileHeight = SkIntToScalar(fTileSize.height()); in stitch() local
/external/skia/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.cpp263 SkScalar tileHeight = SkIntToScalar(fTileSize.height()); in stitch() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2236 const GLint tileHeight = MIN2(tileSize, height - j); in tiled_draw_pixels() local
/external/opencv3/modules/core/src/
Dmatrix.cpp3552 size_t tileHeight = (size_t)(wgs / buf_cols); in ocl_reduce() local