Searched defs:text_start (Results 1 - 1 of 1) sorted by relevance

/systemd/src/analyze/
H A Danalyze.c589 double text_start, text_width; local
601 text_start = (boot->firmware_time + u->activating) * SCALE_X;
602 if (text_width > text_start && text_width + text_start > width)
603 width = text_width + text_start;

Completed in 15 milliseconds