Home
last modified time | relevance | path

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

/third_party/mesa3d/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) in ItemSize() argument
2752 const float text_base_offset = ImMax(window->DC.CurrentLineTextBaseOffset, text_offset_y); in ItemSize()
2770 void ImGui::ItemSize(const ImRect& bb, float text_offset_y) in ItemSize() argument
2772 ItemSize(bb.GetSize(), text_offset_y); in ItemSize()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp5847 const float text_offset_y = ImMax(padding.y, window->DC.CurrLineTextBaseOffset); // Latch before ItemSize changes it
5849 ImVec2 text_pos(window->DC.CursorPos.x + text_offset_x, window->DC.CursorPos.y + text_offset_y);

Completed in 35 milliseconds