Home
last modified time | relevance | path

Searched defs:tileWidth (Results 1 – 12 of 12) 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/shaders/
DSkPerlinNoiseShader.cpp215 SkScalar tileWidth = SkIntToScalar(fTileSize.width()); in stitch() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1958 const GLint tileWidth = MIN2(tileSize, width - i); in tiled_draw_pixels() local
/external/skqp/src/shaders/
DSkPerlinNoiseShader.cpp270 SkScalar tileWidth = SkIntToScalar(fTileSize.width()); in stitch() local
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp3979 UINT_32 tileWidth = 0; in ComputePrtInfo() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4362 const deUint32 tileWidth = de::min(tileSize, imageWidth - tileSize * x); in generateChessboardCopyRegions() local