Searched refs:ImGuiListClipper (Results 1 – 4 of 4) sorted by relevance
108 struct ImGuiListClipper; // Helper to manually clip large list of items1661 struct ImGuiListClipper struct1670 …ImGuiListClipper(int items_count = -1, float items_height = -1.0f) { Begin(items_count, items_hei… argument1671 …~ImGuiListClipper() { IM_ASSERT(ItemsCount == -1);… in ~ImGuiListClipper() argument
236 ImGuiListClipper clipper(line_total_count, s.LineHeight);
2202 void ImGuiListClipper::Begin(int count, float items_height) in Begin()2218 void ImGuiListClipper::End() in End()2229 bool ImGuiListClipper::Step() in Step()9343 …ImGuiListClipper clipper(pcmd->ElemCount/3); // Manually coarse clip our print out of individual v… in ShowMetricsWindow()
5215 …ImGuiListClipper clipper(items_count, GetTextLineHeightWithSpacing()); // We know exactly our line… in ListBox()