Searched refs:RenderCheckMark (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 1450 IMGUI_API void RenderCheckMark(ImVec2 pos, ImU32 col, float sz);
|
| H A D | imgui_widgets.cpp | 938 RenderCheckMark(check_bb.Min + ImVec2(pad, pad), GetColorU32(ImGuiCol_CheckMark), square_sz - pad*2.0f); 5781 RenderCheckMark(pos + ImVec2(window->MenuColumns.Pos[2] + extra_w + g.FontSize * 0.40f, g.FontSize * 0.134f * 0.5f), GetColorU32(enabled ? ImGuiCol_Text : ImGuiCol_TextDisabled), g.FontSize * 0.866f);
|
| H A D | imgui.cpp | 2440 void ImGui::RenderCheckMark(ImVec2 pos, ImU32 col, float sz) function in class:ImGui
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 1450 IMGUI_API void RenderCheckMark(ImVec2 pos, ImU32 col, float sz);
|
| H A D | imgui_widgets.cpp | 938 RenderCheckMark(check_bb.Min + ImVec2(pad, pad), GetColorU32(ImGuiCol_CheckMark), square_sz - pad*2.0f); 5781 RenderCheckMark(pos + ImVec2(window->MenuColumns.Pos[2] + extra_w + g.FontSize * 0.40f, g.FontSize * 0.134f * 0.5f), GetColorU32(enabled ? ImGuiCol_Text : ImGuiCol_TextDisabled), g.FontSize * 0.866f);
|
| H A D | imgui.cpp | 2440 void ImGui::RenderCheckMark(ImVec2 pos, ImU32 col, float sz) function in class:ImGui
|
Completed in 67 milliseconds