| 1675 | |
| 1676 | |
| 1677 | int |
| 1678 | ImageBuf::oriented_height () const |
| 1679 | { |
| 1680 | const ImageBufImpl *impl (this->impl()); |
| 1681 | const ImageSpec &spec (impl->spec()); |
| 1682 | return impl->m_orientation <= 4 ? spec.height : spec.width; |
| 1683 | } |
| 1684 | |
| 1685 | |
| 1686 |
no outgoing calls
no test coverage detected