| 1705 | |
| 1706 | |
| 1707 | int |
| 1708 | ImageBuf::oriented_full_width () const |
| 1709 | { |
| 1710 | const ImageBufImpl *impl (this->impl()); |
| 1711 | const ImageSpec &spec (impl->spec()); |
| 1712 | return impl->m_orientation <= 4 ? spec.full_width : spec.full_height; |
| 1713 | } |
| 1714 | |
| 1715 | |
| 1716 |
no outgoing calls
no test coverage detected