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

  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp 4434 PopStyleColor();
4453 { int current = g.ColorModifiers.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "PushStyleColor/PopStyleColor Mismatch!"); p_backup++; } // Too few or too many PopStyleColor()
5776 void ImGui::PopStyleColor(int count)
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp 4434 PopStyleColor();
4453 { int current = g.ColorModifiers.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "PushStyleColor/PopStyleColor Mismatch!"); p_backup++; } // Too few or too many PopStyleColor()
5776 void ImGui::PopStyleColor(int count)

Completed in 20 milliseconds