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

Method oriented_height

src/libOpenImageIO/imagebuf.cpp:1677–1683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1675
1676
1677int
1678ImageBuf::oriented_height () const
1679{
1680 const ImageBufImpl *impl (this->impl());
1681 const ImageSpec &spec (impl->spec());
1682 return impl->m_orientation <= 4 ? spec.height : spec.width;
1683}
1684
1685
1686

Callers 3

zoom_needed_to_fitMethod · 0.80
paint_pixelviewMethod · 0.80
clamp_view_to_windowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected