Home
last modified time | relevance | path

Searched refs:TileMap (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dtilemap.h134 } TileMap; typedef
148 void TileMapSetDefault(TileMap *t);
156 errtype TileMapSetMap(TileMap *t, FullMap *fmap);
180 errtype TileMapClearHighlights(TileMap *t);
186 errtype TileMapSetZoom(TileMap *t, ushort zoom);
189 errtype TileMapGetZoom(TileMap *t, ushort *zoom);
202 uchar TileMapRedrawPixels(TileMap *t, LGRect *r);
216 errtype TileMapSetCursor(TileMap *t, LGPoint p);
219 errtype TileMapGetCursor(TileMap *t, LGPoint *p);
237 errtype TileMapUpdateCameras(TileMap *t);
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/2d/
H A Dtile_map.cpp200 bool TileMap::get_center_x() const { in get_center_x()
210 bool TileMap::get_center_y() const { in get_center_y()
648 Map<TileMap::PosKey, TileMap::Quadrant>::Element *TileMap::_create_quadrant(const PosKey &p_qk) { in _create_quadrant()
836 void TileMap::_clear_quadrants() { in _clear_quadrants()
872 void TileMap::clear() { in clear()
1065 TileMap::Mode TileMap::get_mode() const { in get_mode()
1085 TileMap::TileOrigin TileMap::get_tile_origin() const { in get_tile_origin()
1117 TileMap::HalfOffset TileMap::get_half_offset() const { in get_half_offset()
1303 void TileMap::_bind_methods() { in _bind_methods()
1418 TileMap::TileMap() { in TileMap() function in TileMap
[all …]
H A Dtile_map.h39 class TileMap : public Node2D {
41 OBJ_TYPE(TileMap, Node2D);
290 TileMap();
291 ~TileMap();
294 VARIANT_ENUM_CAST(TileMap::Mode);
295 VARIANT_ENUM_CAST(TileMap::HalfOffset);
296 VARIANT_ENUM_CAST(TileMap::TileOrigin);
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Dtile_map.cpp200 bool TileMap::get_center_x() const { in get_center_x()
210 bool TileMap::get_center_y() const { in get_center_y()
648 Map<TileMap::PosKey, TileMap::Quadrant>::Element *TileMap::_create_quadrant(const PosKey &p_qk) { in _create_quadrant()
836 void TileMap::_clear_quadrants() { in _clear_quadrants()
872 void TileMap::clear() { in clear()
1065 TileMap::Mode TileMap::get_mode() const { in get_mode()
1085 TileMap::TileOrigin TileMap::get_tile_origin() const { in get_tile_origin()
1117 TileMap::HalfOffset TileMap::get_half_offset() const { in get_half_offset()
1303 void TileMap::_bind_methods() { in _bind_methods()
1418 TileMap::TileMap() { in TileMap() function in TileMap
[all …]
H A Dtile_map.h39 class TileMap : public Node2D {
41 OBJ_TYPE(TileMap, Node2D);
290 TileMap();
291 ~TileMap();
294 VARIANT_ENUM_CAST(TileMap::Mode);
295 VARIANT_ENUM_CAST(TileMap::HalfOffset);
296 VARIANT_ENUM_CAST(TileMap::TileOrigin);
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dtile_map.cpp212 Size2 TileMap::get_cell_size() const { in get_cell_size()
749 Map<TileMap::PosKey, TileMap::Quadrant>::Element *TileMap::_create_quadrant(const PosKey &p_qk) { in _create_quadrant()
1049 void TileMap::fix_invalid_tiles() { in fix_invalid_tiles()
1160 void TileMap::_clear_quadrants() { in _clear_quadrants()
1196 void TileMap::clear() { in clear()
1435 TileMap::Mode TileMap::get_mode() const { in get_mode()
1455 TileMap::TileOrigin TileMap::get_tile_origin() const { in get_tile_origin()
1487 TileMap::HalfOffset TileMap::get_half_offset() const { in get_half_offset()
1794 void TileMap::_bind_methods() { in _bind_methods()
1942 TileMap::TileMap() { in TileMap() function in TileMap
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dtile_map.cpp212 Size2 TileMap::get_cell_size() const { in get_cell_size()
749 Map<TileMap::PosKey, TileMap::Quadrant>::Element *TileMap::_create_quadrant(const PosKey &p_qk) { in _create_quadrant()
1049 void TileMap::fix_invalid_tiles() { in fix_invalid_tiles()
1160 void TileMap::_clear_quadrants() { in _clear_quadrants()
1196 void TileMap::clear() { in clear()
1435 TileMap::Mode TileMap::get_mode() const { in get_mode()
1455 TileMap::TileOrigin TileMap::get_tile_origin() const { in get_tile_origin()
1487 TileMap::HalfOffset TileMap::get_half_offset() const { in get_half_offset()
1794 void TileMap::_bind_methods() { in _bind_methods()
1942 TileMap::TileMap() { in TileMap() function in TileMap
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DTileMap.cpp32 TileMap::TileMap(void) in TileMap() function in GemRB::TileMap
36 TileMap::~TileMap(void) in ~TileMap()
50 void TileMap::ClearOverlays() in ClearOverlays()
76 TileObject* TileMap::GetTile(unsigned int idx) in GetTile()
98 Door* TileMap::GetDoor(size_t idx) const in GetDoor()
106 Door* TileMap::GetDoor(const Point &p) const in GetDoor()
127 Door* TileMap::GetDoor(const char* Name) const in GetDoor()
139 void TileMap::UpdateDoors() in UpdateDoors()
147 void TileMap::AutoLockDoors() const in AutoLockDoors()
191 void TileMap::AddContainer(Container *c) in AddContainer()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/scripting/
H A Dtilemap.cpp23 TileMap::goto_node(int node_no) in goto_node()
30 TileMap::start_moving() in start_moving()
37 TileMap::stop_moving() in stop_moving()
44 TileMap::get_tile_id(int x, int y) const in get_tile_id()
51 TileMap::get_tile_id_at(float x, float y) const in get_tile_id_at()
58 TileMap::change(int x, int y, int newtile) in change()
65 TileMap::change_at(float x, float y, int newtile) in change_at()
72 TileMap::fade(float alpha, float seconds) in fade()
86 TileMap::set_alpha(float alpha) in set_alpha()
93 TileMap::get_alpha() const in get_alpha()
[all …]
H A Dtilemap.hpp23 class TileMap;
28 class TileMap final class
30 : public GameObject<::TileMap>
38 TileMap(const TileMap&) = delete;
39 TileMap& operator=(const TileMap&) = delete;
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dtilemap.cpp39 TileMap::TileMap(const TileSet *new_tileset) : in TileMap() function in TileMap
40 ExposedObject<TileMap, scripting::TileMap>(this), in TileMap()
73 TileMap::TileMap(const TileSet *tileset_, const ReaderMapping& reader) : in TileMap() function in TileMap
75 ExposedObject<TileMap, scripting::TileMap>(this), in TileMap()
207 TileMap::~TileMap() in ~TileMap()
254 TileMap::get_settings() in get_settings()
304 TileMap::after_editor_set() in after_editor_set()
378 TileMap::editor_update() in editor_update()
500 TileMap::start_moving() in start_moving()
507 TileMap::stop_moving() in stop_moving()
[all …]
H A Dtilemap.hpp43 class TileMap final : class
45 public ExposedObject<TileMap, scripting::TileMap>,
49 TileMap(const TileSet *tileset);
50 TileMap(const TileSet *tileset, const ReaderMapping& reader);
51 ~TileMap() override;
268 TileMap(const TileMap&) = delete;
269 TileMap& operator=(const TileMap&) = delete;
/dports/graphics/libmypaint/libmypaint-1.6.1/
H A Dtilemap.h45 } TileMap; typedef
47 TileMap *
51 tile_map_free(TileMap *self, gboolean free_items);
54 tile_map_contains(TileMap *self, TileIndex index);
57 tile_map_get(TileMap *self, TileIndex index);
60 tile_map_copy_to(TileMap *self, TileMap *other);
H A Dtilemap.c24 TileMap *
27 TileMap *self = (TileMap *)malloc(sizeof(TileMap)); in tile_map_new()
42 tile_map_free(TileMap *self, gboolean free_items) in tile_map_free()
58 tile_map_get(TileMap *self, TileIndex index) in tile_map_get()
70 tile_map_copy_to(TileMap *self, TileMap *other) in tile_map_copy_to()
84 tile_map_contains(TileMap *self, TileIndex index) in tile_map_contains()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DTMS165 TileMap();
168 virtual ~TileMap() { }
181 *Gets the version of this TileMap
186 *Sets the version of this TileMap
191 *Gets the title of this TileMap
196 *Sets the title of this TileMap
201 *Gets the abstract of this TileMap
291 *Sets the origin of this TileMap
301 *Gets the extents of this TileMap
314 *Sets the extents of this TileMap
[all …]
H A DTMS.cpp62 TileMap::TileMap(): in TileMap() function in TileMap
153 void TileMap::computeMinMaxLevel() in computeMinMaxLevel()
164 void TileMap::computeNumTiles() in computeNumTiles()
189 TileMap::createProfile() const in createProfile()
387 TileMap*
388 TileMap::create(const std::string& url, in create()
397 TileMap* tileMap = new TileMap(); in create()
449 TileMap*
452 TileMap* tileMap = NULL; in read()
482 TileMap*
[all …]
/dports/graphics/tiled/tiled-1.7.2/docs/scripting-doc/
H A Dindex.d.ts724 readonly map: TileMap;
1296 currentBrush : TileMap
1437 map: TileMap;
1581 staggerAxis : typeof TileMap.StaggerX | typeof TileMap.StaggerY
1586 …entation : typeof TileMap.Orthogonal | typeof TileMap.Isometric | typeof TileMap.Staggered | typeo…
1591 …renderOrder : typeof TileMap.RightDown | typeof TileMap.RightUp | typeof TileMap.LeftDown | typeof…
1596 staggerIndex : typeof TileMap.StaggerOdd | typeof TileMap.StaggerEven
1606 …ypeof TileMap.XML | typeof TileMap.Base64 | typeof TileMap.Base64Gzip | typeof TileMap.Base64Zlib …
2224 map: TileMap;
2234 preview: TileMap;
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/editor/
H A Dlayer_icon.cpp36 if (dynamic_cast<TileMap*>(layer)) { in LayerIcon()
52 if (TileMap* tilemap = dynamic_cast<TileMap*>(m_layer)) { in draw()
69 if (TileMap* tilemap = dynamic_cast<TileMap*>(m_layer)) { in draw()
84 if (auto* tilemap = dynamic_cast<TileMap*>(m_layer)) { in get_zpos()
102 return dynamic_cast<TileMap*>(m_layer) != nullptr; in is_tilemap()
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DCache.h122 > TileMap;
124 typedef HASHMAP < std::string,List_Iter > TileMap;
132 TileMap tileMap;
140 TileMap::iterator _touch( const std::string &key ) {
141 TileMap::iterator miter = tileMap.find( key );
154 void _remove( const TileMap::iterator &miter ) {
167 TileMap::iterator miter = tileMap.find( key );
209 TileMap::iterator miter = this->_touch( key );
270 TileMap::iterator miter = tileMap.find( key );
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/ext/batik/ext/awt/image/rendered/
H A DTileMap.java33 public class TileMap implements TileStore { class
47 TileMap tm = (TileMap)parent.get(); in cleared()
53 TileMapLRUMember(TileMap parent, Point pt, Raster ras) { in TileMapLRUMember()
68 public TileMap(TileGenerator source, in TileMap() method in TileMap
117 if (COUNT) synchronized (TileMap.class) { requests++; } in getTile()
131 if (COUNT) synchronized (TileMap.class) { misses++; } in getTile()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/collision/
H A Dcollision_movement_manager.hpp46 void register_movement(TileMap& moving_tilemap, const Vector& movement);
53 const std::unordered_map<TileMap*, Vector> get_tilemaps_map() const in get_tilemaps_map()
60 std::unordered_map<TileMap*, Vector> m_moving_tilemaps;
71 …void register_movement(TileMap& moving_tilemap, CollisionObject& target_object, const Vector& move…
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DTileMap.cc38 TileMap::TileMap(DisplayState *stateA) { in TileMap() function in TileMap
49 TileMap::~TileMap() { in ~TileMap()
59 GList *TileMap::getTileList() { in getTileList()
1087 int TileMap::getFirstPage() { in getFirstPage()
1104 int TileMap::getFirstPageTop() { in getFirstPageTop()
1141 int TileMap::getMidPage() { in getMidPage()
1164 int TileMap::getLastPage() { in getLastPage()
1234 void TileMap::docChanged() { in docChanged()
1284 void TileMap::zoomChanged() { in zoomChanged()
1293 void TileMap::rotateChanged() { in rotateChanged()
[all …]
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DTileMap.cc38 TileMap::TileMap(DisplayState *stateA) { in TileMap() function in TileMap
49 TileMap::~TileMap() { in ~TileMap()
59 GList *TileMap::getTileList() { in getTileList()
1087 int TileMap::getFirstPage() { in getFirstPage()
1104 int TileMap::getFirstPageTop() { in getFirstPageTop()
1141 int TileMap::getMidPage() { in getMidPage()
1164 int TileMap::getLastPage() { in getLastPage()
1234 void TileMap::docChanged() { in docChanged()
1284 void TileMap::zoomChanged() { in zoomChanged()
1293 void TileMap::rotateChanged() { in rotateChanged()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/map/
H A Dtilemap.cpp73 TileMap *tm = new TileMap(); in load()
116 TileMap *TileMaps::get(Common::String name) { in get()
125 MapTile TileMap::translate(uint index) { in translate()
129 uint TileMap::untranslate(MapTile &tile) { in untranslate()
/dports/games/scummvm/scummvm-2.5.1/engines/dragons/
H A Dbackground.h68 struct TileMap { struct
75 TileMap() { in TileMap() argument
88 TileMap _tileMap[4];
134 Graphics::Surface *initGfxLayer(TileMap &tileMap);
135 void loadGfxLayer(Graphics::Surface *surface, TileMap &tileMap, byte *tiles);
141 void load(TileMap &tileMap, byte *tiles);

12345678910>>...17