OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFlipVertically
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
TiledMapTileLayer.java
135
public Cell
setFlipVertically
(boolean flipVertically) {
BaseTmxMapLoader.java
288
cell.
setFlipVertically
(true);
293
cell.
setFlipVertically
(flipVertically);
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/objects/
TiledMapTileMapObject.java
59
public void
setFlipVertically
(boolean flipVertically) {
Completed in 1206 milliseconds