Home
last modified time | relevance | path

Searched refs:ItemsHeight (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp2205 ItemsHeight = items_height; in Begin()
2209 if (ItemsHeight > 0.0f) in Begin()
2211 …ImGui::CalcListClipping(ItemsCount, ItemsHeight, &DisplayStart, &DisplayEnd); // calculate how man… in Begin()
2213 …SetCursorPosYAndSetupDummyPrevLine(StartPosY + DisplayStart * ItemsHeight, ItemsHeight); // advanc… in Begin()
2224 …SetCursorPosYAndSetupDummyPrevLine(StartPosY + ItemsCount * ItemsHeight, ItemsHeight); // advance … in End()
Dimgui.h1664 float ItemsHeight; member