Home
last modified time | relevance | path

Searched defs:ImGuiListClipper (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h1661 struct ImGuiListClipper struct
1670 ImGuiListClipper(int items_count = -1, float items_height = -1.0f) { Begin(items_count, items_height); } // NB: Begin() initialize every fields (as we allow user to call Begin/End multiple times on a same instance if they want). in ImGuiListClipper() function
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp2312 ImGuiListClipper::ImGuiListClipper() in ImGuiListClipper() function in ImGuiListClipper
[all...]
H A Dimgui.h2189 struct ImGuiListClipper struct
2211 inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(*this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79] in ImGuiListClipper() function

Completed in 37 milliseconds