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

Method getXStrideBytes

src/OpenColorIO/ImageDesc.cpp:570–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570ptrdiff_t PackedImageDesc::getXStrideBytes() const
571{
572 return getImpl()->m_xStrideBytes;
573}
574
575ptrdiff_t PackedImageDesc::getYStrideBytes() const
576{

Callers 4

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

Calls 1

getImplFunction · 0.50

Tested by 1

test_interfaceMethod · 0.76