Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp6598 ImRect text_ellipsis_clip_bb = text_pixel_clip_bb; in TabItemLabelAndCloseButton() local
6628 if (label_size.x > text_ellipsis_clip_bb.GetWidth()) in TabItemLabelAndCloseButton()
6633 …float label_size_clipped_x = g.Font->CalcTextSizeA(g.FontSize, text_ellipsis_clip_bb.GetWidth() - … in TabItemLabelAndCloseButton()