Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_multi_line_text_view_display_info_get.c97 USHORT display_width; in _gx_multi_line_text_view_display_info_get() local
156 display_width = 0; in _gx_multi_line_text_view_display_info_get()
199 text_info -> gx_text_display_width = display_width; in _gx_multi_line_text_view_display_info_get()
208 display_width = text_info -> gx_text_display_width; in _gx_multi_line_text_view_display_info_get()
Dgx_utility_bidi_paragraph_reorder.c2707 INT display_width = 0; in _gx_utility_bidi_line_break() local
2731 if ((display_width + glyph_width > input_info -> gx_bidi_text_info_display_width) && in _gx_utility_bidi_line_break()
2740 display_width -= line_break_display_width; in _gx_utility_bidi_line_break()
2746 display_width = 0; in _gx_utility_bidi_line_break()
2754 display_width += glyph_width; in _gx_utility_bidi_line_break()
2762 line_break_display_width = display_width; in _gx_utility_bidi_line_break()
/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp2741 int display_width = 0; in PositionChildren() local
2767 if (row_width > display_width) in PositionChildren()
2769 display_width = row_width; in PositionChildren()
2798 if (display_width + 4 < winrect.Width() - cxSB) in PositionChildren()
2800 display_width = winrect.Width() - cxSB - 4; in PositionChildren()
2805 if (display_width + 4 < winrect.Width()) in PositionChildren()
2807 display_width = winrect.Width() - 4; in PositionChildren()
2825 childsize.right = childsize.left + display_width; in PositionChildren()
2834 m_scroll_helper->SetDisplaySize(display_width + 4, display_height + 2); in PositionChildren()
Dresource_gen.h28 static bool GetMlTextDisplayInfo(widget_info* info, int *font_id, GX_VALUE* display_width);
Dresource_gen.cpp1942 bool resource_gen::GetMlTextDisplayInfo(widget_info *info, int* font_id, GX_VALUE* display_width) in GetMlTextDisplayInfo() argument
1974 *display_width = (GX_VALUE)width; in GetMlTextDisplayInfo()
1989 GX_VALUE display_width; in MakeReorderedBidiText() local
1994 if (GetMlTextDisplayInfo(info, &font_id, &display_width)) in MakeReorderedBidiText()
2001 input_info.gx_bidi_text_info_display_width = display_width; in MakeReorderedBidiText()