| 803 | } |
| 804 | |
| 805 | void |
| 806 | AppManager::setPluginsUseInputImageCopyToRender(bool b) |
| 807 | { |
| 808 | _imp->pluginsUseInputImageCopyToRender = b; |
| 809 | } |
| 810 | |
| 811 | bool |
| 812 | AppManager::isCopyInputImageForPluginRenderEnabled() const |
no outgoing calls
no test coverage detected