MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / Split

Method Split

src/audio_display.cpp:488–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 style_map points;
487
488 void Split(int point)
489 {
490 auto it = points.lower_bound(point);
491 if (it == points.end() || it->first != point)
492 {
493 assert(it != points.begin());
494 points[point] = (--it)->second;
495 }
496 }
497
498 void Restyle(int start, int end, AudioRenderingStyle style)
499 {

Callers

nothing calls this directly

Calls 2

endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected