MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / get_top

Method get_top

example_transcoding/utils.h:1522–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520 return m_corner[0][0];
1521 }
1522 inline int get_top() const
1523 {
1524 return m_corner[0][1];
1525 }
1526 inline int get_right() const
1527 {
1528 return m_corner[1][0];

Callers 1

set_clip_rectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected