Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BinomialLLC/basis_universal
/ get_right
Method
get_right
example_transcoding/utils.h:1526–1529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1524
return m_corner[0][1];
1525
}
1526
inline int get_right() const
1527
{
1528
return m_corner[1][0];
1529
}
1530
inline int get_bottom() const
1531
{
1532
return m_corner[1][1];
Callers
1
set_clip_rect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected