| 2507 | } |
| 2508 | |
| 2509 | bool |
| 2510 | AppManager::getImageOrCreate_diskCache(const ImageKey & key, |
| 2511 | const boost::shared_ptr<ImageParams>& params, |
| 2512 | boost::shared_ptr<Image>* returnValue) const |
| 2513 | { |
| 2514 | return _imp->_diskCache->getOrCreate(key, params, 0, returnValue); |
| 2515 | } |
| 2516 | |
| 2517 | bool |
| 2518 | AppManager::getTexture(const FrameKey & key, |
no test coverage detected