Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dresource_item.cpp1246 CRect textrect; in PaintStringGroupColumnHeader() local
1276 textrect.SetRect(xpos, m_size.top + m_header_height + 2, in PaintStringGroupColumnHeader()
1279 dc->DrawText(project->mHeader.languages[language].name, &textrect, DT_LEFT); in PaintStringGroupColumnHeader()
1304 CRect textrect = m_size; in PaintStringItem() local
1305 textrect.left += 4; in PaintStringItem()
1306 textrect.right = m_size.left + m_string_id_width - 4; in PaintStringItem()
1328 dc->DrawText(display_id, &textrect, DT_LEFT|DT_SINGLELINE|DT_VCENTER); in PaintStringItem()
1330 textrect.left = m_size.left + m_string_id_width + 4; in PaintStringItem()
1331 textrect.right = m_size.right - 4; in PaintStringItem()
1334 DrawTextW(*dc, string_val.GetString(), -1, &textrect, DT_LEFT | DT_SINGLELINE | DT_VCENTER); in PaintStringItem()
[all …]