Home
last modified time | relevance | path

Searched refs:oldtile (Results 1 – 25 of 35) sorted by relevance

12

/dports/cad/magic/magic-8.3.245/database/
H A DDBpaint.c3073 height = TOP(*oldtile) - BOTTOM(*oldtile);
3074 tmpdx = (long)(y - BOTTOM(*oldtile)) * (long)(RIGHT(*oldtile) - LEFT(*oldtile));
3095 if (x > LEFT(*oldtile) && x < RIGHT(*oldtile))
3108 TiSetBody(*oldtile, SplitLeftType(*oldtile));
3131 TiSetBody(*oldtile, SplitRightType(*oldtile));
3139 TiSetBody(*oldtile, SplitLeftType(*oldtile));
3202 width = RIGHT(*oldtile) - LEFT(*oldtile);
3203 tmpdy = (long)(x - LEFT(*oldtile)) * (long)(TOP(*oldtile) - BOTTOM(*oldtile));
3226 if (y > BOTTOM(*oldtile) && y < TOP(*oldtile))
3264 TiSetBody(*oldtile, SplitLeftType(*oldtile));
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/
H A Dkis_random_accessor.cc48 unlockOldTile(m_tilesCache[i]->oldtile); in ~KisRandomAccessor2()
85 unlockOldTile(m_tilesCache[CACHESIZE-1]->oldtile); in moveTo()
125 m_ktm->getTilesPair(col, row, m_writable, &kti->tile, &kti->oldtile); in fetchTileData()
130 lockOldTile(kti->oldtile); in fetchTileData()
131 kti->oldData = kti->oldtile->data(); in fetchTileData()
H A Dkis_vline_iterator.cpp168 unlockOldTile(m_tilesCache[i].oldtile); in ~KisVLineIterator2()
208 m_dataManager->getTilesPair(col, row, m_writable, &kti.tile, &kti.oldtile); in fetchTileDataForCache()
213 lockOldTile(kti.oldtile); in fetchTileDataForCache()
214 kti.oldData = kti.oldtile->data(); in fetchTileDataForCache()
221 unlockOldTile(m_tilesCache[i].oldtile); in preallocateTiles()
H A Dkis_hline_iterator.cpp165 unlockOldTile(m_tilesCache[i].oldtile); in ~KisHLineIterator2()
205 m_dataManager->getTilesPair(col, row, m_writable, &kti.tile, &kti.oldtile); in fetchTileDataForCache()
210 lockOldTile(kti.oldtile); in fetchTileDataForCache()
211 kti.oldData = kti.oldtile->data(); in fetchTileDataForCache()
218 unlockOldTile(m_tilesCache[i].oldtile); in preallocateTiles()
H A Dkis_hline_iterator.h33 KisTileSP oldtile; member
H A Dkis_vline_iterator.h34 KisTileSP oldtile; member
H A Dkis_random_accessor.h35 KisTileSP oldtile; member
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_act1.cpp1450 int16_t oldtile; in PushWall() local
1458 oldtile = tilemap[checkx][checky]; in PushWall()
1459 if (!oldtile) { in PushWall()
1469 tilemap[checkx][checky - 1] = static_cast<uint8_t>(oldtile); in PushWall()
1470 actorat[checkx][checky - 1] = reinterpret_cast<objtype*>(oldtile); in PushWall()
1478 tilemap[checkx + 1][checky] = static_cast<uint8_t>(oldtile); in PushWall()
1479 actorat[checkx + 1][checky] = reinterpret_cast<objtype*>(oldtile); in PushWall()
1487 tilemap[checkx][checky + 1] = static_cast<uint8_t>(oldtile); in PushWall()
1496 tilemap[checkx - 1][checky] = static_cast<uint8_t>(oldtile); in PushWall()
1515 int16_t oldblock, oldtile; in MovePWalls() local
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Delectrifier.cpp31 Electrifier::Electrifier(uint32_t oldtile, uint32_t newtile, float seconds) : in Electrifier() argument
32 change_map({{oldtile, newtile}}), in Electrifier()
H A Delectrifier.hpp37 Electrifier(uint32_t oldtile, uint32_t newtile, float seconds);
H A Dtilemap.hpp158 void change_all(uint32_t oldtile, uint32_t newtile);
H A Dtilemap.cpp683 TileMap::change_all(uint32_t oldtile, uint32_t newtile) in change_all() argument
687 if (get_tile_id(x,y) != oldtile) in change_all()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dkeyactions.cc355 Tile_coord *oldtile; in ActionTryKeys() local
356 ucmachine->save_intercept(oldtarg, oldtile); in ActionTryKeys()
359 ucmachine->restore_intercept(oldtarg, oldtile); in ActionTryKeys()
436 Tile_coord *oldtile; in ActionUseHealingItems() local
439 ucmachine->save_intercept(oldtarg, oldtile); in ActionUseHealingItems()
442 ucmachine->restore_intercept(oldtarg, oldtile); in ActionUseHealingItems()
H A Dactors.cc4467 Tile_coord oldtile = get_tile(); in step() local
4486 oldtile.tx, oldtile.ty); in step()
5031 Tile_coord oldtile = get_tile(); in step() local
5073 nlist->activate_eggs(this, t.tx, t.ty, t.tz, oldtile.tx, oldtile.ty); in step()
/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dlevelwin.cpp722 vulture_tile *oldtile, *newtile; in map_update() local
733 oldtile = vulture_get_tile(prev_glyph); in map_update()
737 if (oldtile) { in map_update()
738 tl_x = oldtile->xmod; in map_update()
739 tl_y = oldtile->ymod; in map_update()
741 br_x = oldtile->xmod + oldtile->graphic->w; in map_update()
742 br_y = oldtile->ymod + oldtile->graphic->h; in map_update()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Dspellbook.cc279 Tile_coord *oldtile; in execute_spell() local
280 ucmachine->save_intercept(oldtarg, oldtile); in execute_spell()
291 ucmachine->restore_intercept(oldtarg, oldtile); in execute_spell()
/dports/games/golly/golly-3.3-src/Scripts/Python/
H A Dheisenburp.py462 oldtile = g.setoption("tilelayers", True) variable
470 g.setoption("tilelayers", oldtile)
/dports/games/powder/powder118_src/
H A Dbuild.cpp515 SQUARE_NAMES oldtile, newtile; in setPathTile() local
517 oldtile = getTile(x, y); in setPathTile()
518 newtile = oldtile; // Do nothing by default. in setPathTile()
519 switch (oldtile) in setPathTile()
1852 if (getTile(x, y) == oldtile) in fillWithTile()
1856 if ((x > 0) && getTile(x-1, y) == oldtile) in fillWithTile()
1864 if ((y > 0) && getTile(x, y-1) == oldtile) in fillWithTile()
1952 int oldtile; in buildQix() local
1954 oldtile = getTile(x, y); in buildQix()
1955 if (oldtile == SQUARE_CORRIDOR) in buildQix()
[all …]
H A Dmap.h622 void fillWithTile(int x, int y, SQUARE_NAMES newtile, SQUARE_NAMES oldtile);
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Dheisenburp.lua466 local oldtile = g.setoption("tilelayers", 1)
475 g.setoption("tilelayers", oldtile)
H A Dcredits.lua529 local oldtile = g.setoption("tilelayers", 0)
542 g.setoption("tilelayers", oldtile)
/dports/games/mahjong/mj-1.16-src/
H A Dprotocol.h1015 Tile oldtile; member
1022 Tile oldtile; member
H A Dplayer.h437 int player_swap_tile(PlayerP p, Tile oldtile, Tile newtile);
H A Dplayer.c1072 int player_swap_tile(PlayerP p, Tile oldtile, Tile newtile) { in player_swap_tile() argument
1074 if ( ! remove_tile(p,oldtile) ) { in player_swap_tile()
/dports/games/openttd/openttd-12.1/src/
H A Dsignal.cpp273 TileIndex oldtile = tile; // tile we are leaving in DECLARE_ENUM_AS_BIT_SET() local
394 if (!MaybeAddToTodoSet(tile, enterdir, oldtile, exitdir)) return flags | SF_FULL; in DECLARE_ENUM_AS_BIT_SET()

12