Searched refs:sync_to_char (Results 1 – 1 of 1) sorted by relevance
/external/libkmsxx/kms++/src/ |
D | videomode.cpp | 101 static char sync_to_char(SyncPolarity pol) in sync_to_char() function 115 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long() 116 string v = fmt::format("{}/{}/{}/{}/{}", vdisplay, vfp(), vsw(), vbp(), sync_to_char(vsync())); in to_string_long() 131 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long_padded() 132 string v = fmt::format("{}/{}/{}/{}/{}", vdisplay, vfp(), vsw(), vbp(), sync_to_char(vsync())); in to_string_long_padded()
|