Home
last modified time | relevance | path

Searched defs:items_height (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp2202 void ImGuiListClipper::Begin(int count, float items_height) in Begin()
2247 float items_height = ImGui::GetCursorPosY() - StartPosY; in Step() local
3923 void ImGui::CalcListClipping(int items_count, float items_height, int* out_items_display_start, int… in CalcListClipping()