| 98 | } |
| 99 | |
| 100 | bool JPABaseEmitter::processTillStartFrame() |
| 101 | { |
| 102 | if (mWaitTime >= mResource->getDyn()->getStartFrame()) { |
| 103 | return true; |
| 104 | } |
| 105 | |
| 106 | if (!checkStatus(JPAEMIT_StopCalc)) { |
| 107 | mWaitTime++; |
| 108 | } |
| 109 | |
| 110 | return false; |
| 111 | } |
| 112 | |
| 113 | bool JPABaseEmitter::processTermination() |
| 114 | { |
no test coverage detected