| 2442 | } |
| 2443 | |
| 2444 | bool |
| 2445 | AppManager::getImageOrCreate_diskCache(const ImageKey & key, |
| 2446 | const ImageParamsPtr& params, |
| 2447 | ImagePtr* returnValue) const |
| 2448 | { |
| 2449 | return _imp->_diskCache->getOrCreate(key, params, 0, returnValue); |
| 2450 | } |
| 2451 | |
| 2452 | bool |
| 2453 | AppManager::getTexture(const FrameKey & key, |
no test coverage detected