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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3722 float bg_offy_dn = is_multiline ? 0.0f : 2.0f; local in function:ImGui::InputTextEx
3741 ImRect rect(rect_pos + ImVec2(0.0f, bg_offy_up - g.FontSize), rect_pos +ImVec2(rect_size.x, bg_offy_dn));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3722 float bg_offy_dn = is_multiline ? 0.0f : 2.0f; local in function:ImGui::InputTextEx
3741 ImRect rect(rect_pos + ImVec2(0.0f, bg_offy_up - g.FontSize), rect_pos +ImVec2(rect_size.x, bg_offy_dn));

Completed in 26 milliseconds