MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_scroll_layout

Method get_scroll_layout

DSView/pv/view/view.cpp:599–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599void View::get_scroll_layout(int64_t &length, int64_t &offset)
600{
601 length = ceil(_session->cur_snap_sampletime() / _scale);
602 offset = _offset;
603}
604
605void View::update_scroll()
606{

Callers

nothing calls this directly

Calls 1

cur_snap_sampletimeMethod · 0.80

Tested by

no test coverage detected