| 3567 | } |
| 3568 | |
| 3569 | int16 cFodder::getWindowRows() const { |
| 3570 | if (!mParams->mWindowRows) { |
| 3571 | return 16; |
| 3572 | } |
| 3573 | return (int16) mParams->mWindowRows; |
| 3574 | } |
| 3575 | |
| 3576 | int16 cFodder::getWindowColumns() const { |
| 3577 | if (!mParams->mWindowColumns) { |
no outgoing calls
no test coverage detected