Home
last modified time | relevance | path

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

/external/pigweed/pw_console/py/
Dtext_formatting_test.py92 def test_get_line_height(self, _name, text_width, screen_width, argument
/external/pigweed/pw_console/py/pw_console/
Dtext_formatting.py228 def get_line_height(text_width, screen_width, prefix_width): argument
/external/ImageMagick/MagickCore/
Dwidget.c1642 text_width, in XColorBrowserWidget() local
4250 text_width, in XFileBrowserWidget() local
5509 text_width, in XFontBrowserWidget() local
6777 text_width, in XListBrowserWidget() local
8461 text_width, in XPreferencesWidget() local
8985 text_width, in XTextViewWidget() local
/external/ImageMagick/coders/
Dwmf.c1545 text_width = metrics.width * (ddata->scale_y / ddata->scale_x); in ipa_draw_text() local
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp4786 …const float text_width = g.FontSize + (label_size.x > 0.0f ? label_size.x + padding.x*2 : 0.0f); … in TreeNodeBehavior() local