Home
last modified time | relevance | path

Searched refs:cacheImagesAsWell (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dimagemanager.cpp386 std::vector<std::string> iconIds, bool cacheImagesAsWell) { in loadAllTlvIconsAndPutInCache() argument
402 cacheImagesAsWell); in loadAllTlvIconsAndPutInCache()
405 if (cacheImagesAsWell) { in loadAllTlvIconsAndPutInCache()
H A Dimagebuilders.h60 bool cacheImagesAsWell) override;
H A Dimagebuilders.cpp193 bool cacheImagesAsWell) { in buildAllIconsAndPutInCache() argument
213 if (cacheImagesAsWell) { in buildAllIconsAndPutInCache()
H A Dtxshsimplelevel.cpp626 void TXshSimpleLevel::loadAllIconsAndPutInCache(bool cacheImagesAsWell) { in loadAllIconsAndPutInCache() argument
639 cacheImagesAsWell); in loadAllIconsAndPutInCache()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtxshsimplelevel.h203 void loadAllIconsAndPutInCache(bool cacheImagesAsWell);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Diocommand.cpp2526 bool cacheImagesAsWell = in loadResources() local
2529 simpleLevel->loadAllIconsAndPutInCache(cacheImagesAsWell); in loadResources()