Searched refs:text_offset_y (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1374 IMGUI_API void ItemSize(const ImVec2& size, float text_offset_y = 0.0f);
1375 IMGUI_API void ItemSize(const ImRect& bb, float text_offset_y = 0.0f);
H A Dimgui.cpp2743 void ImGui::ItemSize(const ImVec2& size, float text_offset_y) argument
2752 const float text_base_offset = ImMax(window->DC.CurrentLineTextBaseOffset, text_offset_y);
2770 void ImGui::ItemSize(const ImRect& bb, float text_offset_y) argument
2772 ItemSize(bb.GetSize(), text_offset_y);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1374 IMGUI_API void ItemSize(const ImVec2& size, float text_offset_y = 0.0f);
1375 IMGUI_API void ItemSize(const ImRect& bb, float text_offset_y = 0.0f);
H A Dimgui.cpp2743 void ImGui::ItemSize(const ImVec2& size, float text_offset_y) argument
2752 const float text_base_offset = ImMax(window->DC.CurrentLineTextBaseOffset, text_offset_y);
2770 void ImGui::ItemSize(const ImRect& bb, float text_offset_y) argument
2772 ItemSize(bb.GetSize(), text_offset_y);

Completed in 53 milliseconds