OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:worldPixelWidth
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java
123
final float
worldPixelWidth
= level.getLevelWidth();
124
xTile = (int)Math.floor(((worldX) /
worldPixelWidth
) * mWorld.getWidth());
CameraSystem.java
193
final float
worldPixelWidth
= Math.max(level.getLevelWidth(), width);
197
if (rightEdge >
worldPixelWidth
) {
198
focalPositionX =
worldPixelWidth
- (width / 2.0f);
TiledVertexGrid.java
166
final float
worldPixelWidth
= mWorldPixelWidth;
169
scrollOriginX != 0.0f ? scrollOriginX /
worldPixelWidth
: 0.0f;
Completed in 669 milliseconds