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

Method Restyle

src/audio_display.cpp:498–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 }
497
498 void Restyle(int start, int end, AudioRenderingStyle style)
499 {
500 assert(points.lower_bound(end) != points.end());
501 for (auto pt = points.lower_bound(start); pt->first < end; ++pt)
502 {
503 if (style > pt->second)
504 pt->second = style;
505 }
506 }
507
508public:
509 AudioStyleRangeMerger()

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected