Searched defs:tileHeight (Results 1 – 11 of 11) sorted by relevance
/external/dng_sdk/source/ |
D | dng_tile_iterator.cpp | 125 int32 tileHeight = tile.b - vOffset; in Initialize() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | TiledVertexGrid.java | 40 public TiledVertexGrid(Texture texture, int width, int height, int tileWidth, int tileHeight) { in TiledVertexGrid() 61 final int tileHeight = mTileHeight; in generateGrid() local
|
D | LevelBuilder.java | 120 int width, int height, int tileWidth, int tileHeight, TiledWorld world, in addTileMapLayer()
|
D | CollisionSystem.java | 86 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/ |
D | radeon_mipmap_tree.c | 88 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/ |
D | radeon_mipmap_tree.c | 88 unsigned tileWidth, tileHeight; in get_texture_image_size() local 109 unsigned tileWidth, tileHeight; in get_texture_image_row_stride() local
|
/external/skia/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 216 SkScalar tileHeight = SkIntToScalar(fTileSize.height()); in stitch() local
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1964 const GLint tileHeight = MIN2(tileSize, height - j); in tiled_draw_pixels() local
|
/external/skqp/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 271 SkScalar tileHeight = SkIntToScalar(fTileSize.height()); in stitch() local
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib1.cpp | 3980 UINT_32 tileHeight = 0; in ComputePrtInfo() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 4363 const deUint32 tileHeight = de::min(tileSize, imageHeight - tileSize * y); in generateChessboardCopyRegions() local
|