Lines Matching refs:icon
6813 bool ImGui::BeginMenuEx(const char* label, const char* icon, bool enabled)
6880 float icon_w = (icon && icon[0]) ? CalcTextSize(icon, NULL).x : 0.0f;
6888 RenderText(pos + ImVec2(offsets->OffsetIcon, 0.0f), icon);
7007 bool ImGui::MenuItemEx(const char* label, const char* icon, const char* shortcut, bool selected, bool enabled)
7044 float icon_w = (icon && icon[0]) ? CalcTextSize(icon, NULL).x : 0.0f;
7052 RenderText(pos + ImVec2(offsets->OffsetIcon, 0.0f), icon);