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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp994 static float Saw(void*, int i) { return (i & 1) ? 1.0f : -1.0f; } function in struct:ShowDemoWindowWidgets::Funcs
998 ImGui::PushItemWidth(100); ImGui::Combo("func", &func_type, "Sin\0Saw\0"); ImGui::PopItemWidth();
1001 float (*func)(void*, int) = (func_type == 0) ? Funcs::Sin : Funcs::Saw;

Completed in 8 milliseconds