| 1695 | |
| 1696 | |
| 1697 | int |
| 1698 | ImageBuf::oriented_y () const |
| 1699 | { |
| 1700 | const ImageBufImpl *impl (this->impl()); |
| 1701 | const ImageSpec &spec (impl->spec()); |
| 1702 | return impl->m_orientation <= 4 ? spec.y : spec.x; |
| 1703 | } |
| 1704 | |
| 1705 | |
| 1706 |
no outgoing calls
no test coverage detected