OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapHeightInPixels
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java
255
mapHeightInPixels
= mapHeight * tileHeight;
261
mapHeightInPixels
=
mapHeightInPixels
/ 2 + tileHeight / 2;
BaseTmxMapLoader.java
65
protected int
mapHeightInPixels
;
132
if (flipY) y =
mapHeightInPixels
- y;
176
float y = (flipY ? (
mapHeightInPixels
- element.getFloatAttribute("y", 0)) : element.getFloatAttribute("y", 0)) * scaleY;
TmxMapLoader.java
189
mapHeightInPixels
= mapHeight * tileHeight;
195
mapHeightInPixels
=
mapHeightInPixels
/ 2 + tileHeight / 2;
Completed in 1457 milliseconds