Home
last modified time | relevance | path

Searched refs:worldPixelWidth (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DCameraSystem.java193 final float worldPixelWidth = Math.max(level.getLevelWidth(), width); in snapFocalPointToWorldBoundsX() local
197 if (rightEdge > worldPixelWidth) { in snapFocalPointToWorldBoundsX()
198 focalPositionX = worldPixelWidth - (width / 2.0f); in snapFocalPointToWorldBoundsX()
DHotSpotSystem.java123 final float worldPixelWidth = level.getLevelWidth(); in getHitTileX() local
124 xTile = (int)Math.floor(((worldX) / worldPixelWidth) * mWorld.getWidth()); in getHitTileX()
DTiledVertexGrid.java166 final float worldPixelWidth = mWorldPixelWidth; in draw() local
169 scrollOriginX != 0.0f ? scrollOriginX / worldPixelWidth : 0.0f; in draw()