Home
last modified time | relevance | path

Searched refs:FindHoveredWindow (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp986 static const float WINDOWS_RESIZE_FROM_EDGES_HALF_THICKNESS = 4.0f; // Extend outside and inside windows. Affect FindHoveredWindow().
994 static void FindHoveredWindow();
3307 FindHoveredWindow(); in UpdateHoveredWindowAndCaptureFlags()
3963 // with SetWindowPos() and not SetNextWindowPos() will have that rectangle lagging by a frame at the time FindHoveredWindow() is
3965 static void FindHoveredWindow() in FindHoveredWindow() function
5415 // Save clipped aabb so we can access it in constant-time in FindHoveredWindow() in Begin()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp880 static const float WINDOWS_HOVER_PADDING = 4.0f; // Extend outside window for hovering/resizing (maxxed with TouchPadding) and inside windows for borders. Affect FindHoveredWindow().
889 static void FindHoveredWindow();
3877 FindHoveredWindow(); in UpdateHoveredWindowAndCaptureFlags()
4591 // with SetWindowPos() and not SetNextWindowPos() will have that rectangle lagging by a frame at the time FindHoveredWindow() is
4593 static void FindHoveredWindow() in FindHoveredWindow() function
6141 // - FindHoveredWindow() (w/ extra padding when border resize is enabled) in Begin()

Completed in 37 milliseconds