| 104 | } |
| 105 | |
| 106 | void |
| 107 | OutputEffectInstance::renderCurrentFrameWithRenderStats(bool canAbort) |
| 108 | { |
| 109 | _engine->renderCurrentFrame(true, canAbort); |
| 110 | } |
| 111 | |
| 112 | bool |
| 113 | OutputEffectInstance::ifInfiniteclipRectToProjectDefault(RectD* rod) const |
no test coverage detected