Home
last modified time | relevance | path

Searched defs:parent_window_in_stack (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4900 ImGuiWindow* parent_window_in_stack = g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back(); in Begin() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5820 ImGuiWindow* parent_window_in_stack = g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back().Window; in Begin() local

Completed in 44 milliseconds