Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1450 IMGUI_API void RenderCheckMark(ImVec2 pos, ImU32 col, float sz);
H A Dimgui_widgets.cpp938 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 Dimgui.cpp2440 void ImGui::RenderCheckMark(ImVec2 pos, ImU32 col, float sz) in RenderCheckMark() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h2655 IMGUI_API void RenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz);
H A Dimgui_draw.cpp3731 // - RenderCheckMark()
3778 void ImGui::RenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz) in RenderCheckMark() function in ImGui
H A Dimgui_widgets.cpp1114 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