Home
last modified time | relevance | path

Searched refs:sync_to_char (Results 1 – 1 of 1) sorted by relevance

/external/libkmsxx/kms++/src/
Dvideomode.cpp101 static char sync_to_char(SyncPolarity pol) in sync_to_char() function
222 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long()
223 string v = fmt::format("{}/{}/{}/{}/{}", vdisplay, vfp(), vsw(), vbp(), sync_to_char(vsync())); in to_string_long()
238 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long_padded()
239 string v = fmt::format("{}/{}/{}/{}/{}", vdisplay, vfp(), vsw(), vbp(), sync_to_char(vsync())); in to_string_long_padded()