| 1804 | } |
| 1805 | |
| 1806 | unsigned int |
| 1807 | Image::getRowElements() const |
| 1808 | { |
| 1809 | QReadLocker k(&_entryLock); |
| 1810 | |
| 1811 | return getComponentsCount() * _bounds.width(); |
| 1812 | } |
| 1813 | |
| 1814 | // code proofread and fixed by @devernay on 4/12/2014 |
| 1815 | template <typename PIX, int maxValue> |
no test coverage detected