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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2199 // Use case A: Begin() called from constructor with items_height<0, then called again from Sync() in StepNo 1
2207 StepNo = 0;
2214 StepNo = 2;
2226 StepNo = 3;
2236 if (StepNo == 0) // Step 0: the clipper let you process the first element, regardless of it being visible or not, so we can measure the element height.
2241 StepNo = 1;
2244 if (StepNo == 1) // Step 1: the clipper infer height from first element, calculate the actual range of elements to display, and position the cursor before the first element.
2252 StepNo = 3;
2255 if (StepNo == 2) // Step 2: dummy step only required if an explicit items_height was passed to constructor or Begin() and user still call Step(). Does nothing and switch to Step 3.
2258 StepNo
[all...]
H A Dimgui.h1665 int ItemsCount, StepNo, DisplayStart, DisplayEnd; member in struct:ImGuiListClipper
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2199 // Use case A: Begin() called from constructor with items_height<0, then called again from Sync() in StepNo 1
2207 StepNo = 0;
2214 StepNo = 2;
2226 StepNo = 3;
2236 if (StepNo == 0) // Step 0: the clipper let you process the first element, regardless of it being visible or not, so we can measure the element height.
2241 StepNo = 1;
2244 if (StepNo == 1) // Step 1: the clipper infer height from first element, calculate the actual range of elements to display, and position the cursor before the first element.
2252 StepNo = 3;
2255 if (StepNo == 2) // Step 2: dummy step only required if an explicit items_height was passed to constructor or Begin() and user still call Step(). Does nothing and switch to Step 3.
2258 StepNo
[all...]
H A Dimgui.h1665 int ItemsCount, StepNo, DisplayStart, DisplayEnd; member in struct:ImGuiListClipper

Completed in 82 milliseconds