Searched defs:text_width (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_console/py/ |
D | text_formatting_test.py | 92 def test_get_line_height(self, _name, text_width, screen_width, argument
|
/external/pigweed/pw_console/py/pw_console/ |
D | text_formatting.py | 228 def get_line_height(text_width, screen_width, prefix_width): argument
|
/external/ImageMagick/MagickCore/ |
D | widget.c | 1642 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/ |
D | wmf.c | 1545 text_width = metrics.width * (ddata->scale_y / ddata->scale_x); in ipa_draw_text() local
|
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 4786 …const float text_width = g.FontSize + (label_size.x > 0.0f ? label_size.x + padding.x*2 : 0.0f); … in TreeNodeBehavior() local
|