Home
last modified time | relevance | path

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

/external/pigweed/pw_console/py/
Dtext_formatting_test.py107 text_width, argument
/external/pigweed/pw_console/py/pw_console/
Dtext_formatting.py234 def get_line_height(text_width, screen_width, prefix_width): argument
/external/rust/crates/miette/src/handlers/
Dgraphical.rs641 let text_width = self.line_visual_char_width(text).sum(); localVariable
/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