Searched refs:calculated_vrefresh (Results 1 – 4 of 4) sorted by relevance
26 float Videomode::calculated_vrefresh() const in calculated_vrefresh() function in kms::Videomode98 …n fmt::format("{}x{}{}@{:.2f}", hdisplay, vdisplay, interlace() ? "i" : "", calculated_vrefresh()); in to_string_short()122 vrefresh, calculated_vrefresh(), in to_string_long()138 vrefresh, calculated_vrefresh(), in to_string_long_padded()
22 if (vrefresh && vrefresh != m.calculated_vrefresh()) in find_from_table()39 if (vrefresh && vrefresh != roundf(m.calculated_vrefresh())) in find_from_table()
146 if (vrefresh && vrefresh != m.calculated_vrefresh()) in get_mode()168 if (vrefresh && vrefresh != m.calculated_vrefresh()) in get_mode()185 if (vrefresh && vrefresh != roundf(m.calculated_vrefresh())) in get_mode()
39 float calculated_vrefresh() const;