Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp4785 …const float text_offset_x = (g.FontSize + (display_frame ? padding.x*3 : padding.x*2)); // Colla… in TreeNodeBehavior() local
4836 …ed |= IsMouseHoveringRect(interact_bb.Min, ImVec2(interact_bb.Min.x + text_offset_x, interact_bb.M… in TreeNodeBehavior()
4865 const ImVec2 text_pos = frame_bb.Min + ImVec2(text_offset_x, text_base_offset_y); in TreeNodeBehavior()
4897 … RenderBullet(frame_bb.Min + ImVec2(text_offset_x * 0.5f, g.FontSize*0.50f + text_base_offset_y)); in TreeNodeBehavior()