MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / CeilTime

Function CeilTime

Source/3rdParty/implot/implot.cpp:1080–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078}
1079
1080ImPlotTime CeilTime(const ImPlotTime& t, ImPlotTimeUnit unit) {
1081 return AddTime(FloorTime(t, unit), unit, 1);
1082}
1083
1084ImPlotTime RoundTime(const ImPlotTime& t, ImPlotTimeUnit unit) {
1085 ImPlotTime t1 = FloorTime(t, unit);

Callers 1

Locator_TimeFunction · 0.85

Calls 2

AddTimeFunction · 0.85
FloorTimeFunction · 0.85

Tested by

no test coverage detected