Home
last modified time | relevance | path

Searched defs:width_text (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DUIElement.cpp813 int width_text{ ui->m_draw.GetTextExtent(text.c_str()).cx + right_space + btn_height }; in GetMaxWidth() local
878 int width_text{ ui->m_draw.GetTextExtent(GetText().c_str()).cx + ui->DPI(4) }; in GetMaxWidth() local