| 408 | } |
| 409 | |
| 410 | bool |
| 411 | Node::isMultiThreadingSupportEnabledForPlugin() const |
| 412 | { |
| 413 | return _imp->plugin ? _imp->plugin->isMultiThreadingEnabled() : true; |
| 414 | } |
| 415 | |
| 416 | void |
| 417 | Node::prepareForNextPaintStrokeRender() |
nothing calls this directly
no test coverage detected