| 1715 | |
| 1716 | |
| 1717 | int |
| 1718 | ImageBuf::oriented_full_height () const |
| 1719 | { |
| 1720 | const ImageBufImpl *impl (this->impl()); |
| 1721 | const ImageSpec &spec (impl->spec()); |
| 1722 | return impl->m_orientation <= 4 ? spec.full_height : spec.full_width; |
| 1723 | } |
| 1724 | |
| 1725 | |
| 1726 |
no outgoing calls
no test coverage detected