| 1744 | } |
| 1745 | |
| 1746 | unsigned int |
| 1747 | Image::getRowElements() const |
| 1748 | { |
| 1749 | QReadLocker k(&_entryLock); |
| 1750 | |
| 1751 | return getComponentsCount() * _bounds.width(); |
| 1752 | } |
| 1753 | |
| 1754 | // code proofread and fixed by @devernay on 4/12/2014 |
| 1755 | template <typename PIX, int maxValue> |
no test coverage detected