HomeSort by: relevance | last modified time | path
    Searched defs:DisplayStart (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h 1655 // for (int i = clipper.DisplayStart; i < clipper.DisplayEnd; i++)
1665 int ItemsCount, StepNo, DisplayStart, DisplayEnd;
1673 IMGUI_API bool Step(); // Call until it returns false. The DisplayStart/DisplayEnd fields will be set and you can process/draw those items.
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h 1655 // for (int i = clipper.DisplayStart; i < clipper.DisplayEnd; i++)
1665 int ItemsCount, StepNo, DisplayStart, DisplayEnd;
1673 IMGUI_API bool Step(); // Call until it returns false. The DisplayStart/DisplayEnd fields will be set and you can process/draw those items.

Completed in 12 milliseconds