| 101 | } |
| 102 | |
| 103 | void LogicSignal::paint_mid_align_sample(QPainter &p, int left, int right, QColor fore, QColor back, uint64_t end_align_sample) |
| 104 | { |
| 105 | paint_mid_align(p, left, right, fore, back, end_align_sample); |
| 106 | } |
| 107 | |
| 108 | void LogicSignal::paint_mid_align(QPainter &p, int left, int right, QColor fore, QColor back, uint64_t end_align_sample) |
| 109 | { |