Home
last modified time | relevance | path

Searched refs:findSupportingTilesetFormat (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dtilesetformat.cpp38 if (TilesetFormat *format = findSupportingTilesetFormat(fileName)) { in readTileset()
73 TilesetFormat *findSupportingTilesetFormat(const QString &fileName) in findSupportingTilesetFormat() function
H A Dtilesetformat.h101 TILEDSHARED_EXPORT TilesetFormat *findSupportingTilesetFormat(const QString &fileName);
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dmapeditor.cpp872 TilesetFormat *tilesetFormat = findSupportingTilesetFormat(fileName); in handleExternalTilesetsAndImages()