Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DHotSpotSystem.java133 final float worldPixelHeight = level.getLevelHeight(); in getHitTileY() local
136 final float flippedY = worldPixelHeight - (worldY); in getHitTileY()
137 yTile = (int)Math.floor((flippedY / worldPixelHeight) * mWorld.getHeight()); in getHitTileY()
DCameraSystem.java217 …final float worldPixelHeight = Math.max(level.getLevelHeight(), sSystemRegistry.contextParameters.… in snapFocalPointToWorldBoundsY() local
221 if (topEdge > worldPixelHeight) { in snapFocalPointToWorldBoundsY()
222 focalPositionY = worldPixelHeight - (height / 2.0f); in snapFocalPointToWorldBoundsY()
DTiledVertexGrid.java174 final float worldPixelHeight = mWorldPixelHeight; in draw() local
177 scrollOriginY != 0.0f ? scrollOriginY / worldPixelHeight : 0.0f; in draw()