Home
last modified time | relevance | path

Searched defs:getTileCount (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dttileset.h68 int getTileCount() const { return (int)m_tiles.size(); } in getTileCount() function
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dtileset.h128 unsigned int getTileCount() const { return tiles.size(); } in getTileCount() function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimJ2kTlmRecord.cpp362 ossim_uint16 ossimJ2kTlmRecord::getTileCount() const in getTileCount() function in ossimJ2kTlmRecord
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesAATileGenerator.java321 public int getTileCount() { in getTileCount() method in JulesAATileGenerator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesAATileGenerator.java321 public int getTileCount() { in getTileCount() method in JulesAATileGenerator
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/map/
H A Dtileset.h211 unsigned int getTileCount() const { return tiles.size(); } in getTileCount() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourTileCache/include/
H A DDetourTileCache.h85 inline int getTileCount() const { return m_params.maxTiles; } in getTileCount() function
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourTileCache/Include/
H A DDetourTileCache.h117 inline int getTileCount() const { return m_params.maxTiles; } in getTileCount() function
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestMerge.cc19 auto getTileCount = [](const auto& node) -> Index variable