Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dresource_item.h146 int m_font_storage_width; variable
Dresource_item.cpp133 m_font_storage_width = GetScaledValue(FONT_STORAGE_COLUMN_WIDTH, m_sys_dpi, text_scaler); in Init()
970 dc->MoveTo(m_size.right - m_font_storage_width, in PaintFontItemLines()
972 dc->LineTo(m_size.right - m_font_storage_width, in PaintFontItemLines()
1004 rect.right = m_size.right - m_font_storage_width - 4; in PaintFontGroupColumnHeader()
1068 boxrect.right = m_size.right - m_font_storage_width - 4; in PaintFontItem()