Home
last modified time | relevance | path

Searched refs:selectedTile (Results 1 – 17 of 17) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/views/
H A Dmap_editor_view.cpp81 selectedTile = 3; in init()
101 if (tile_num == selectedTile) in Display()
131 if (selectedTile >= TILES_W) in KeyDown()
145 if (selectedTile % TILES_W) // don't wrap in KeyDown()
150 if ((selectedTile + 1) % TILES_W) // don't wrap in KeyDown()
154 if (selectedTile >= TILES_W) in KeyDown()
156 if (selectedTile % TILES_W) // don't wrap in KeyDown()
160 if (selectedTile >= TILES_W) in KeyDown()
162 if ((selectedTile + 1) % TILES_W) // don't wrap in KeyDown()
222 selectedTile = 0; in KeyDown()
[all …]
H A Dmap_editor_view.h39 uint16 selectedTile; variable
/dports/games/barony/Barony-3.3.7/src/
H A Deditor.hpp35 extern int selectedTile;
106 extern int selectedTile;
H A Deditor.cpp480 selectedTile = selectedTile = recentUsedTiles[recentUsedTilePalette][lastPaletteTileSelected]; in mainLogic()
505 selectedTile = selectedTile = recentUsedTiles[recentUsedTilePalette][lastPaletteTileSelected]; in mainLogic()
2249 editFill(drawx, drawy, drawlayer, selectedTile); in main()
2287 updateRecentTileList(selectedTile); in main()
2382 if ( selectedTile >= 0 && selectedTile < numtiles ) in main()
2384 if ( tiles[selectedTile] != NULL ) in main()
2386 drawImage(tiles[selectedTile], NULL, &pos); in main()
8213 selectedTile = recentUsedTiles[recentUsedTilePalette][0]; in main()
8218 selectedTile = recentUsedTiles[recentUsedTilePalette][1]; in main()
8516 selectedTile = palette[mousey + mousex * yres]; in main()
[all …]
H A Dmain.cpp297 int selectedTile = 0; variable
/dports/games/libkmahjongg/libkmahjongg-21.12.3/src/
H A Dkmahjonggtileset.h47 QPixmap selectedTile(int num);
H A Dkmahjonggtileset.cpp340 QPixmap KMahjonggTileset::selectedTile(int num) in selectedTile() function in KMahjonggTileset
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DWorldMapRender.cpp965 WorldMapTile *selectedTile = 0; in onUpdate() local
982 selectedTile = tile; in onUpdate()
997 if (selectedTile) in onUpdate()
999 areaLabel->setText(dsq->continuity.stringBank.get(selectedTile->stringIndex)); in onUpdate()
1005 if ((activeTile != selectedTile) && selectedTile->q) in onUpdate()
1010 activeTile = selectedTile; in onUpdate()
1028 setVis(selectedTile); in onUpdate()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DImageGridComponent.h225 std::shared_ptr<GridTileComponent> selectedTile = NULL; in render() local
232 selectedTile = tile; in render()
240 if (selectedTile != NULL) in render()
241 selectedTile->render(tileTrans); in render()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dscriptedtool.h39 Q_PROPERTY(Tiled::EditableTile *selectedTile READ editableTile)
/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dktreemapview.h64 KTreemapTile *selectedTile() const { return _selectedTile; } in selectedTile() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DRideConstruction.cpp3487 for (const auto& selectedTile : gMapSelectionTiles) in ride_construction_toolupdate_construct() local
3489 if (map_is_location_valid(selectedTile)) in ride_construction_toolupdate_construct()
3491 z = map_get_highest_z(selectedTile); in ride_construction_toolupdate_construct()
3700 for (const auto& selectedTile : gMapSelectionTiles) in ride_construction_tooldown_construct() local
3702 if (!map_is_location_valid(selectedTile)) in ride_construction_tooldown_construct()
3705 z = map_get_highest_z(selectedTile); in ride_construction_tooldown_construct()
/dports/graphics/tiled/tiled-1.7.2/docs/scripting-doc/
H A Dindex.d.ts2229 selectedTile: any;
/dports/games/kmahjongg/kmahjongg-21.12.3/src/
H A Dgameview.cpp1019 selPix = m_tiles->selectedTile(m_angle); in updateItemsImages()
/dports/games/kshisen/kshisen-21.12.3/src/
H A Dboard.cpp635 p.drawPixmap(xpos, ypos, m_tiles.selectedTile(1)); in drawTiles()
/dports/graphics/tiled/tiled-1.7.2/docs/_build/gettext/
H A Dreference.pot2181 msgid "**selectedTile** : :ref:`script-tile`"
/dports/graphics/tiled/tiled-1.7.2/docs/locale/pt_BR/LC_MESSAGES/
H A Dreference.po2181 msgid "**selectedTile** : :ref:`script-tile`"