Home
last modified time | relevance | path

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

/external/libkmsxx/kms++/src/
Dvideomode.cpp96 string Videomode::to_string_short() const in to_string_short() function in kms::Videomode
119 to_string_short(), in to_string_long()
135 to_string_short(), in to_string_long_padded()
/external/libkmsxx/py/tests/
Dtestmodes.py27 short_str = mode.to_string_short()
/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h49 std::string to_string_short() const;
/external/libkmsxx/utils/
Domap-wbcap.cpp336 printf("src %s, crtc %s\n", src_conn->fullname().c_str(), src_mode.to_string_short().c_str()); in main()
338 printf("dst %s, crtc %s\n", dst_conn->fullname().c_str(), dst_mode.to_string_short().c_str()); in main()
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp261 .def("to_string_short", &Videomode::to_string_short) in init_pykmsbase()