MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / paint_mid

Method paint_mid

DSView/pv/view/logicsignal.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void LogicSignal::paint_mid(QPainter &p, int left, int right, QColor fore, QColor back)
98{
99 uint64_t end_align_sample = _data->get_ring_sample_count() - 1;
100 paint_mid_align(p, left, right, fore, back, end_align_sample);
101}
102
103void LogicSignal::paint_mid_align_sample(QPainter &p, int left, int right, QColor fore, QColor back, uint64_t end_align_sample)
104{

Callers

nothing calls this directly

Calls 1

get_ring_sample_countMethod · 0.45

Tested by

no test coverage detected