Searched refs:Items (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp3119 ImVector<char*> Items; member in struct:ExampleAppConsole
3155 for (int i = 0; i < Items.Size; i++)
3156 free(Items[i]);
3157 Items.clear();
3170 Items.push_back(Strdup(buf));
3198 if (ImGui::SmallButton("Add Dummy Text")) { AddLog("%d some text", Items.Size); AddLog("some more text"); AddLog("display very important message here!"); } ImGui::SameLine();
3234 // To use the clipper we could replace the 'for (int i = 0; i < Items.Size; i++)' loop with:
3235 // ImGuiListClipper clipper(Items.Size);
3245 for (int i = 0; i < Items.Size; i++)
3247 const char* item = Items[
[all...]
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_pthread.m4121 # Create a list of thread flags to try. Items starting with a "-" are
/xsrc/external/mit/xorg-server/dist/m4/
H A Dax_pthread.m4121 # Create a list of thread flags to try. Items starting with a "-" are

Completed in 9 milliseconds