Searched refs:RenderCheckMark (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/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); in Checkbox() 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) in RenderCheckMark() function in ImGui
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 2655 IMGUI_API void RenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz);
|
H A D | imgui_draw.cpp | 3731 // - RenderCheckMark() 3778 void ImGui::RenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz) in RenderCheckMark() function in ImGui
|
H A D | imgui_widgets.cpp | 1114 RenderCheckMark(window->DrawList, check_bb.Min + ImVec2(pad, pad), check_col, square_sz - pad * 2.0f); in Checkbox() 7060 RenderCheckMark(window->DrawList, pos + ImVec2(offsets->OffsetMark + stretch_w + g.FontSize * 0.40f, g.FontSize * 0.134f * 0.5f), GetColorU32(ImGuiCol_Text), g.FontSize * 0.866f);
|
Completed in 62 milliseconds