MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / oriented_y

Method oriented_y

src/libOpenImageIO/imagebuf.cpp:1697–1703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1695
1696
1697int
1698ImageBuf::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

Callers 1

clamp_view_to_windowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected