Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h1042 …bool NavHasScroll; // Set when scrolling can be used (ScrollMax > 0.0… member
1080 NavHasScroll = false; in ImGuiWindowTempData()
Dimgui.cpp4283 …Flags_NavFlattened) && (child_window->DC.NavLayerActiveMask != 0 || child_window->DC.NavHasScroll)) in BeginChildEx()
4327 …if ((window->DC.NavLayerActiveMask != 0 || window->DC.NavHasScroll) && !(window->Flags & ImGuiWind… in EndChild()
5200 window->DC.NavHasScroll = (GetWindowScrollMaxY(window) > 0.0f); in Begin()
7634 if (window->DC.NavLayerActiveMask == 0x00 && window->DC.NavHasScroll && g.NavMoveRequest) in NavUpdate()
7754 if (window->DC.NavLayerActiveMask == 0x00 && window->DC.NavHasScroll) in NavUpdatePageUpPageDown()
/third_party/mesa3d/src/imgui/
Dimgui_internal.h1072 …bool NavHasScroll; // Set when scrolling can be used (ScrollMax > 0.0… member
1110 NavHasScroll = false; in ImGuiWindowTempData()
Dimgui.cpp4362 …Flags_NavFlattened) && (child_window->DC.NavLayerActiveMask != 0 || child_window->DC.NavHasScroll)) in BeginChildEx()
4406 …if ((window->DC.NavLayerActiveMask != 0 || window->DC.NavHasScroll) && !(window->Flags & ImGuiWind… in EndChild()
5326 window->DC.NavHasScroll = (GetWindowScrollMaxY(window) > 0.0f); in Begin()
7780 if (window->DC.NavLayerActiveMask == 0x00 && window->DC.NavHasScroll && g.NavMoveRequest) in NavUpdate()
7905 if (window->DC.NavLayerActiveMask == 0x00 && window->DC.NavHasScroll) in NavUpdatePageUpPageDown()
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp5049 …lags_NavFlattened) && (child_window->DC.NavLayersActiveMask != 0 || child_window->DC.NavHasScroll)) in BeginChildEx()
5096 …if ((window->DC.NavLayersActiveMask != 0 || window->DC.NavHasScroll) && !(window->Flags & ImGuiWin… in EndChild()
6302 window->DC.NavHasScroll = (window->ScrollMax.y > 0.0f); in Begin()
9411 …if (window->DC.NavLayersActiveMask == 0x00 && window->DC.NavHasScroll && move_dir != ImGuiDir_None) in NavUpdate()
9721 if (window->DC.NavLayersActiveMask == 0x00 && window->DC.NavHasScroll) in NavUpdatePageUpPageDown()
Dimgui_internal.h1892 …bool NavHasScroll; // Set when scrolling can be used (ScrollMax > 0.0… member