HomeSort by relevance Sort by last modified time
    Searched defs:tileHeight (Results 1 - 7 of 7) sorted by null

  /external/dng_sdk/source/
dng_tile_iterator.cpp 125 int32 tileHeight = tile.b - vOffset;
128 fTileHeight = tileHeight;
136 fTopPage = (fArea.t - vOffset ) / tileHeight;
137 fBottomPage = (fArea.b - vOffset - 1) / tileHeight;
142 fTileTop = fVerticalPage * tileHeight + vOffset;
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 232 const size_t tileHeight = 2;
235 size_t size = align(height, tileHeight) * stride * bytesPerPixel + 4;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 87 unsigned tileWidth, tileHeight;
89 get_tile_size(format, &tileWidth, &tileHeight);
90 tileHeight--;
92 height = (height + tileHeight) & ~tileHeight;
108 unsigned tileWidth, tileHeight;
109 get_tile_size(format, &tileWidth, &tileHeight);
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 40 public TiledVertexGrid(Texture texture, int width, int height, int tileWidth, int tileHeight) {
43 mTileHeight = tileHeight;
61 final int tileHeight = mTileHeight;
63 final int tilesDown = height / tileHeight;
68 final int textureTilesDown = texture.height / tileHeight;
90 final float offsetY = tileY * tileHeight;
97 int textureOffsetY = (tileIndex / textureTilesAcross) * tileHeight;
101 textureOffsetY > texture.height - tileHeight) {
108 final float v2 = ((textureOffsetY + tileHeight - GL_MAGIC_OFFSET) * texelHeight);
112 final float[] p2 = { offsetX, offsetY + tileHeight, 0.0f }
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
addrlib.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 416 milliseconds