Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
575
ptrdiff_t PackedImageDesc::getYStrideBytes() const
576
{
577
return getImpl()->m_yStrideBytes;
578
}
579
580
bool PackedImageDesc::isRGBAPacked() const
581
{
Callers
5
test_interface
Method · 0.95
ProcessLines
Function · 0.45
ProcessPixels
Function · 0.45
ImageDesc.cpp
File · 0.45
init
Method · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
1
test_interface
Method · 0.76