Home
last modified time | relevance | path

Searched refs:tileMap (Results 1 – 25 of 58) sorted by relevance

123

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DTMS.cpp401 tileMap->_filename = url; in create()
406 profile->getNumTiles( 0, tileMap->_numTilesWide, tileMap->_numTilesHigh ); in create()
442 return tileMap; in create()
452 TileMap* tileMap = NULL; in read() local
470 if (tileMap) in read()
479 return tileMap; in read()
563 if (tileMap->getProfileType() == Profile::TYPE_UNKNOWN && !tileMap->getSRS().empty()) in read()
565 tileMap->setProfileType( Profile::getProfileTypeFromSRS(tileMap->getSRS()) ); in read()
569 tileMap->computeNumTiles(); in read()
610 return tileMap; in read()
[all …]
H A DTMSPackager.cpp424 osg::ref_ptr<TMS::TileMap> tileMap = TMS::TileMap::create(
447 tileMap->setTitle( _layerName );
448 tileMap->setVersion( "1.0.0" );
449 tileMap->getFormat().setMimeType( mimeType );
450 tileMap->generateTileSets( osg::minimum(23u, maxLevel+1) );
456 TMS::TileMapReaderWriter::write( tileMap.get(), tileMapFilename );
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DPDFCore.cc64 tileMap = new TileMap(state); in PDFCore()
115 delete tileMap; in ~PDFCore()
268 - tileMap->getPageTopY(tileMap->getFirstPage())); in displayPage()
726 tileMap->getPageTopY(tileMap->getFirstPage())); in scrollToTopEdge()
731 tileMap->getPageBottomY(tileMap->getLastPage())); in scrollToBottomEdge()
735 scrollTo(tileMap->getPageLeftX(tileMap->getFirstPage()), in scrollToTopLeft()
736 tileMap->getPageTopY(tileMap->getFirstPage())); in scrollToTopLeft()
740 scrollTo(tileMap->getPageRightX(tileMap->getLastPage()), in scrollToBottomRight()
741 tileMap->getPageBottomY(tileMap->getLastPage())); in scrollToBottomRight()
798 dpi = tileMap->getDPI(page); in zoomToRect()
[all …]
H A DDisplayState.cc41 tileMap = NULL; in DisplayState()
106 tileMap->docChanged(); in setDoc()
115 tileMap->windowSizeChanged(); in setWindowSize()
123 tileMap->displayModeChanged(); in setDisplayMode()
131 tileMap->zoomChanged(); in setZoom()
139 tileMap->rotateChanged(); in setRotate()
152 tileMap->scrollPositionChanged(); in setScrollPosition()
220 tileMap->forceRedraw(); in forceRedraw()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DPDFCore.cc64 tileMap = new TileMap(state); in PDFCore()
115 delete tileMap; in ~PDFCore()
268 - tileMap->getPageTopY(tileMap->getFirstPage())); in displayPage()
726 tileMap->getPageTopY(tileMap->getFirstPage())); in scrollToTopEdge()
731 tileMap->getPageBottomY(tileMap->getLastPage())); in scrollToBottomEdge()
735 scrollTo(tileMap->getPageLeftX(tileMap->getFirstPage()), in scrollToTopLeft()
736 tileMap->getPageTopY(tileMap->getFirstPage())); in scrollToTopLeft()
740 scrollTo(tileMap->getPageRightX(tileMap->getLastPage()), in scrollToBottomRight()
741 tileMap->getPageBottomY(tileMap->getLastPage())); in scrollToBottomRight()
798 dpi = tileMap->getDPI(page); in zoomToRect()
[all …]
H A DDisplayState.cc41 tileMap = NULL; in DisplayState()
106 tileMap->docChanged(); in setDoc()
115 tileMap->windowSizeChanged(); in setWindowSize()
123 tileMap->displayModeChanged(); in setDisplayMode()
131 tileMap->zoomChanged(); in setZoom()
139 tileMap->rotateChanged(); in setRotate()
152 tileMap->scrollPositionChanged(); in setScrollPosition()
220 tileMap->forceRedraw(); in forceRedraw()
/dports/games/scummvm/scummvm-2.5.1/engines/dragons/
H A Dbackground.cpp35 _width = tileMap.w * TILE_WIDTH; in load()
36 _height = tileMap.h * TILE_HEIGHT; in load()
37 _mapWidth = tileMap.w; in load()
38 _mapHeight = tileMap.h; in load()
40 _map = new byte[tileMap.size]; in load()
41 _mapBase = new byte[tileMap.size]; in load()
44 memcpy(_map, tileMap.map, tileMap.size); in load()
45 memcpy(_mapBase, tileMap.map, tileMap.size); in load()
191 for (int y = 0; y < tileMap.h; y++) { in loadGfxLayer()
192 for (int x = 0; x < tileMap.w; x++) { in loadGfxLayer()
[all …]
H A Dbackground.h134 Graphics::Surface *initGfxLayer(TileMap &tileMap);
135 void loadGfxLayer(Graphics::Surface *surface, TileMap &tileMap, byte *tiles);
141 void load(TileMap &tileMap, byte *tiles);
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DCache.h132 TileMap tileMap;
141 TileMap::iterator miter = tileMap.find( key );
142 if( miter == tileMap.end() ) return miter;
160 tileMap.erase( miter );
167 TileMap::iterator miter = tileMap.find( key );
194 tileMap.clear();
212 if( miter != tileMap.end() ){
227 tileMap[ key ] = liter;
270 TileMap::iterator miter = tileMap.find( key );
271 if( miter == tileMap.end() ) return NULL;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgraphite-optimize-isl.c137 isl_basic_map *tileMap = isl_basic_map_universe (isl_space_copy (Space)); in getTileMap() local
154 tileMap = isl_basic_map_add_constraint (tileMap, c); in getTileMap()
160 tileMap = isl_basic_map_add_constraint (tileMap, c); in getTileMap()
166 tileMap = isl_basic_map_add_constraint (tileMap, c); in getTileMap()
173 tileMap = isl_basic_map_add_constraint (tileMap, c); in getTileMap()
181 tileMap = isl_basic_map_project_out (tileMap, isl_dim_out, in getTileMap()
185 return tileMap; in getTileMap()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgraphite-optimize-isl.c133 isl_basic_map *tileMap = isl_basic_map_universe(isl_space_copy(Space)); in getTileMap() local
150 tileMap = isl_basic_map_add_constraint(tileMap, c); in getTileMap()
156 tileMap = isl_basic_map_add_constraint(tileMap, c); in getTileMap()
162 tileMap = isl_basic_map_add_constraint(tileMap, c); in getTileMap()
169 tileMap = isl_basic_map_add_constraint(tileMap, c); in getTileMap()
177 tileMap = isl_basic_map_project_out(tileMap, isl_dim_out, in getTileMap()
181 return tileMap; in getTileMap()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgraphite-optimize-isl.c129 isl_basic_map *tileMap = isl_basic_map_universe(isl_space_copy(Space)); in getTileMap() local
146 tileMap = isl_basic_map_add_constraint(tileMap, c); in getTileMap()
152 tileMap = isl_basic_map_add_constraint(tileMap, c); in getTileMap()
158 tileMap = isl_basic_map_add_constraint(tileMap, c); in getTileMap()
165 tileMap = isl_basic_map_add_constraint(tileMap, c); in getTileMap()
173 tileMap = isl_basic_map_project_out(tileMap, isl_dim_out, in getTileMap()
177 return tileMap; in getTileMap()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/controllers/
H A Dcombat_controller.cpp1006 static Std::map<const Tile *, MapId, Std::PointerHash> tileMap; in mapForTile() local
1007 if (!tileMap.size()) { in mapForTile()
1008 tileMap[g_tileSets->get("base")->getByName("horse")] = MAP_GRASS_CON; in mapForTile()
1009 tileMap[g_tileSets->get("base")->getByName("swamp")] = MAP_MARSH_CON; in mapForTile()
1010 tileMap[g_tileSets->get("base")->getByName("grass")] = MAP_GRASS_CON; in mapForTile()
1011 tileMap[g_tileSets->get("base")->getByName("brush")] = MAP_BRUSH_CON; in mapForTile()
1013 tileMap[g_tileSets->get("base")->getByName("hills")] = MAP_HILL_CON; in mapForTile()
1015 tileMap[g_tileSets->get("base")->getByName("city")] = MAP_GRASS_CON; in mapForTile()
1017 tileMap[g_tileSets->get("base")->getByName("town")] = MAP_GRASS_CON; in mapForTile()
1070 if (tileMap.find(groundTile) != tileMap.end()) in mapForTile()
[all …]
/dports/graphics/tiled/tiled-1.7.2/util/java/libtiled-java/src/main/java/org/mapeditor/core/
H A DTileLayer.java53 private Tile[][] tileMap; field in TileLayer
182 tileMap = trans; in rotate()
204 mirror[y][x] = tileMap[y][width - 1 - x]; in mirror()
209 tileMap = mirror; in mirror()
223 if (tileMap[y][x] == t) { in isUsed()
240 if (tileMap[y][x] != null) { in isEmpty()
259 tileMap = new Tile[height][width]; in setBounds()
314 if (tileMap[y][x] == tile) { in removeTile()
331 tileMap[ty - this.y][tx - this.x] = ti; in setTileAt()
345 ? tileMap[ty - this.y][tx - this.x] : null; in getTileAt()
[all …]
/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Dimg.cpp32 qDeleteAll(tileMap); \ in IMG()
36 TileMap tileMap; in IMG() local
93 TileMap::const_iterator it = tileMap.find(fn); in IMG()
94 if (it == tileMap.constEnd()) { in IMG()
96 tileMap.insert(fn, tile); in IMG()
136 for (TileMap::const_iterator it = tileMap.constBegin(); in IMG()
137 it != tileMap.constEnd(); ++it) { in IMG()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/illusions/resources/
H A Dbackgroundresource.cpp498 void BackgroundInstance::drawTiles(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels) { in drawTiles() argument
501 drawTiles8(surface, tileMap, tilePixels); in drawTiles()
504 drawTiles16(surface, tileMap, tilePixels); in drawTiles()
509 void BackgroundInstance::drawTiles8(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels)… in drawTiles8() argument
514 for (int tileY = 0; tileY < tileMap._height; ++tileY) { in drawTiles8()
517 for (int tileX = 0; tileX < tileMap._width; ++tileX) { in drawTiles8()
520 uint16 tileIndex = READ_LE_UINT16(tileMap._map + 2 * tileMapIndex); in drawTiles8()
533 void BackgroundInstance::drawTiles16(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels… in drawTiles16() argument
538 for (int tileY = 0; tileY < tileMap._height; ++tileY) { in drawTiles16()
541 for (int tileX = 0; tileX < tileMap._width; ++tileX) { in drawTiles16()
[all …]
H A Dbackgroundresource.h204 void drawTiles(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels);
205 void drawTiles8(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels);
206 void drawTiles16(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels);
/dports/games/scummvm/scummvm-2.5.1/engines/illusions/resources/
H A Dbackgroundresource.cpp498 void BackgroundInstance::drawTiles(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels) { in drawTiles() argument
501 drawTiles8(surface, tileMap, tilePixels); in drawTiles()
504 drawTiles16(surface, tileMap, tilePixels); in drawTiles()
511 void BackgroundInstance::drawTiles8(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels)… in drawTiles8() argument
516 for (int tileY = 0; tileY < tileMap._height; ++tileY) { in drawTiles8()
519 for (int tileX = 0; tileX < tileMap._width; ++tileX) { in drawTiles8()
522 uint16 tileIndex = READ_LE_UINT16(tileMap._map + 2 * tileMapIndex); in drawTiles8()
535 void BackgroundInstance::drawTiles16(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels… in drawTiles16() argument
540 for (int tileY = 0; tileY < tileMap._height; ++tileY) { in drawTiles16()
543 for (int tileX = 0; tileX < tileMap._width; ++tileX) { in drawTiles16()
[all …]
H A Dbackgroundresource.h204 void drawTiles(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels);
205 void drawTiles8(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels);
206 void drawTiles16(Graphics::Surface *surface, TileMap &tileMap, byte *tilePixels);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Urho2D/
H A DTileMap2D.pkg19 static bool TileMap2DPositionToTileIndex(const TileMap2D* tileMap, const Vector2& position, int* x,…
21 return tileMap->PositionToTileIndex(*x, *y, position);
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D36_Urho2DTileMap.lua61 local tileMap = tileMapNode:CreateComponent("TileMap2D")
62 tileMap.tmxFile = tmxFile
65 local info = tileMap.info
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/recording/
H A Dindexbuilder.cpp169 IndexedTiles tileMap; member
178 …indexedStack.backgroundTileOffset = writeTile(stream, oldTileMap, result.tileMap, savepoint.backgr… in writeLayerStack()
182 indexedStack.layerOffsets << writeLayer(stream, layer, oldTileMap, result.tileMap); in writeLayerStack()
243 lastSnapshot = writeLayerStack(stream, sp.canvas(), lastSnapshot.tileMap); in generateIndex()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dmbtiles.cpp259 std::unordered_map<unsigned int, mbTileDescriptor *> tileMap; member in mbTileZoomDescriptor
713 for (auto const &it : tzd->tileMap) in FlushTiles()
734 for (auto const &it : tzd->tileMap) in FlushTextures()
1132 if(tzd->tileMap.find(index) != tzd->tileMap.end()) in RenderRegionViewOnGL()
1133 tile = tzd->tileMap[index]; in RenderRegionViewOnGL()
1141 tzd->tileMap[index] = tile; in RenderRegionViewOnGL()
1188 if(tzd->tileMap.find(index) != tzd->tileMap.end()) in RenderRegionViewOnGL()
1189 tile = tzd->tileMap[index]; in RenderRegionViewOnGL()
1197 tzd->tileMap[index] = tile; in RenderRegionViewOnGL()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/36_Urho2DTileMap/
H A DUrho2DTileMap.cpp100 TileMap2D* tileMap = tileMapNode->CreateComponent<TileMap2D>(); in CreateScene() local
102 tileMap->SetTmxFile(tmxFile); in CreateScene()
105 const TileMapInfo2D& info = tileMap->GetInfo(); in CreateScene()
/dports/graphics/tiled/tiled-1.7.2/docs/manual/
H A Dpython.rst95 def write(cls, tileMap, fileName):
97 for i in range(tileMap.layerCount()):
98 if isTileLayerAt(tileMap, i):
99 tileLayer = tileLayerAt(tileMap, i)

123