Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h1248 float ContentsHeight; member
Dimgui_widgets.cpp5909 tab_bar->ContentsHeight = ImMax(window->DC.CursorPos.y - tab_bar->BarRect.Max.y, 0.0f); in EndTabBar()
5911 window->DC.CursorPos.y = tab_bar->BarRect.Max.y + tab_bar->ContentsHeight; in EndTabBar()
/third_party/mesa3d/src/imgui/
Dimgui_internal.h1284 float ContentsHeight; member
Dimgui_widgets.cpp5837 ContentsHeight = 0.0f; in ImGuiTabBar()
5941 tab_bar->ContentsHeight = ImMax(window->DC.CursorPos.y - tab_bar->BarRect.Max.y, 0.0f); in EndTabBar()
5943 window->DC.CursorPos.y = tab_bar->BarRect.Max.y + tab_bar->ContentsHeight; in EndTabBar()