Searched defs:items_height (Results 1 – 1 of 1) sorted by relevance
2202 void ImGuiListClipper::Begin(int count, float items_height) in Begin()2247 float items_height = ImGui::GetCursorPosY() - StartPosY; in Step() local3923 void ImGui::CalcListClipping(int items_count, float items_height, int* out_items_display_start, int… in CalcListClipping()