MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getYStrideBytes

Method getYStrideBytes

src/OpenColorIO/ImageDesc.cpp:575–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575ptrdiff_t PackedImageDesc::getYStrideBytes() const
576{
577 return getImpl()->m_yStrideBytes;
578}
579
580bool PackedImageDesc::isRGBAPacked() const
581{

Callers 5

test_interfaceMethod · 0.95
ProcessLinesFunction · 0.45
ProcessPixelsFunction · 0.45
ImageDesc.cppFile · 0.45
initMethod · 0.45

Calls 1

getImplFunction · 0.50

Tested by 1

test_interfaceMethod · 0.76