| 1665 | |
| 1666 | |
| 1667 | int |
| 1668 | ImageBuf::oriented_width () const |
| 1669 | { |
| 1670 | const ImageBufImpl *impl (this->impl()); |
| 1671 | const ImageSpec &spec (impl->spec()); |
| 1672 | return impl->m_orientation <= 4 ? spec.width : spec.height; |
| 1673 | } |
| 1674 | |
| 1675 | |
| 1676 |
no outgoing calls
no test coverage detected