Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp3626 static int IMGUI_CDECL ChildWindowComparer(const void* lhs, const void* rhs) in ChildWindowComparer() function
3644 ImQsort(window->DC.ChildWindows.begin(), (size_t)count, sizeof(ImGuiWindow*), ChildWindowComparer); in AddWindowToSortBuffer()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp4273 static int IMGUI_CDECL ChildWindowComparer(const void* lhs, const void* rhs) in ChildWindowComparer() function
4291 ImQsort(window->DC.ChildWindows.Data, (size_t)count, sizeof(ImGuiWindow*), ChildWindowComparer); in AddWindowToSortBuffer()

Completed in 37 milliseconds