Home
last modified time | relevance | path

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

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