OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tileWidth
(Results
1 - 7
of
7
) sorted by null
/external/dng_sdk/source/
dng_tile_iterator.cpp
126
int32
tileWidth
= tile.r - hOffset;
129
fTileWidth =
tileWidth
;
131
fLeftPage = (fArea.l - hOffset ) /
tileWidth
;
132
fRightPage = (fArea.r - hOffset - 1) /
tileWidth
;
141
fTileLeft = fHorizontalPage *
tileWidth
+ hOffset;
/hardware/libhardware/modules/gralloc/
gralloc.cpp
229
const size_t
tileWidth
= 2;
232
size_t stride = align(width,
tileWidth
);
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
88
unsigned
tileWidth
, tileHeight;
90
get_tile_size(format, &
tileWidth
, &tileHeight);
109
unsigned
tileWidth
, tileHeight;
110
get_tile_size(format, &
tileWidth
, &tileHeight);
111
row_align =
tileWidth
* _mesa_get_format_bytes(format) - 1;
/external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java
146
final float
tileWidth
= level.getLevelWidth() / mWorld.getWidth();
147
worldX = (tileX *
tileWidth
) + (
tileWidth
/ 2.0f);
TiledVertexGrid.java
40
public TiledVertexGrid(Texture texture, int width, int height, int
tileWidth
, int tileHeight) {
42
mTileWidth =
tileWidth
;
60
final int
tileWidth
= mTileWidth;
62
final int tilesAcross = width /
tileWidth
;
67
final int textureTilesAcross = texture.width /
tileWidth
;
89
final float offsetX = tileX *
tileWidth
;
96
int textureOffsetX = (tileIndex % textureTilesAcross) *
tileWidth
;
99
textureOffsetX > texture.width -
tileWidth
||
107
final float u2 = ((textureOffsetX +
tileWidth
- GL_MAGIC_OFFSET) * texelWidth);
111
final float[] p1 = { offsetX +
tileWidth
, offsetY, 0.0f }
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
meta.c
[
all
...]
/prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar
Completed in 198 milliseconds