Searched refs:text_width (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/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); // Include collapser local in function:ImGui::TreeNodeBehavior
4787 ItemSize(ImVec2(text_width, frame_height), text_base_offset_y);
4791 const ImRect interact_bb = display_frame ? frame_bb : ImRect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + text_width + style.ItemSpacing.x*2, frame_bb.Max.y);
/xsrc/external/mit/MesaLib/dist/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); // Include collapser local in function:ImGui::TreeNodeBehavior
4787 ItemSize(ImVec2(text_width, frame_height), text_base_offset_y);
4791 const ImRect interact_bb = display_frame ? frame_bb : ImRect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + text_width + style.ItemSpacing.x*2, frame_bb.Max.y);

Completed in 29 milliseconds