| 150 | } |
| 151 | |
| 152 | void DatastoreCurveAdapter::onDataCleared() { |
| 153 | sample_index_.clear(); |
| 154 | sample_index_dirty_ = true; |
| 155 | full_bounding_rect_valid_ = false; |
| 156 | cached_full_bounding_rect_ = invalidRect(); |
| 157 | cached_display_offset_valid_ = false; |
| 158 | } |
| 159 | |
| 160 | void DatastoreCurveAdapter::onDisplayOffsetChanged() { |
| 161 | // Samples didn't move — only their display->raw mapping. Clear the offset |
nothing calls this directly
no test coverage detected