Searched refs:ItemsCount (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1665 int ItemsCount, StepNo, DisplayStart, DisplayEnd; member in struct:ImGuiListClipper
1671 ~ImGuiListClipper() { IM_ASSERT(ItemsCount == -1); } // Assert if user forgot to call End() or Step() until false.
H A Dimgui.cpp2206 ItemsCount = count;
2211 ImGui::CalcListClipping(ItemsCount, ItemsHeight, &DisplayStart, &DisplayEnd); // calculate how many to clip/display
2220 if (ItemsCount < 0)
2223 if (ItemsCount < INT_MAX)
2224 SetCursorPosYAndSetupDummyPrevLine(StartPosY + ItemsCount * ItemsHeight, ItemsHeight); // advance cursor
2225 ItemsCount = -1;
2231 if (ItemsCount == 0 || ImGui::GetCurrentWindowRead()->SkipItems)
2233 ItemsCount = -1;
2246 if (ItemsCount == 1) { ItemsCount
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1665 int ItemsCount, StepNo, DisplayStart, DisplayEnd; member in struct:ImGuiListClipper
1671 ~ImGuiListClipper() { IM_ASSERT(ItemsCount == -1); } // Assert if user forgot to call End() or Step() until false.
H A Dimgui.cpp2206 ItemsCount = count;
2211 ImGui::CalcListClipping(ItemsCount, ItemsHeight, &DisplayStart, &DisplayEnd); // calculate how many to clip/display
2220 if (ItemsCount < 0)
2223 if (ItemsCount < INT_MAX)
2224 SetCursorPosYAndSetupDummyPrevLine(StartPosY + ItemsCount * ItemsHeight, ItemsHeight); // advance cursor
2225 ItemsCount = -1;
2231 if (ItemsCount == 0 || ImGui::GetCurrentWindowRead()->SkipItems)
2233 ItemsCount = -1;
2246 if (ItemsCount == 1) { ItemsCount
[all...]

Completed in 33 milliseconds