Searched refs:arrow_col (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp6223 ImVec4 arrow_col = g.Style.Colors[ImGuiCol_Text]; local in function:ImGui::TabBarScrollingButtons
6224 arrow_col.w *= 0.5f;
6226 PushStyleColor(ImGuiCol_Text, arrow_col);
6269 ImVec4 arrow_col = g.Style.Colors[ImGuiCol_Text]; local in function:ImGui::TabBarTabListPopupButton
6270 arrow_col.w *= 0.5f;
6271 PushStyleColor(ImGuiCol_Text, arrow_col);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp6223 ImVec4 arrow_col = g.Style.Colors[ImGuiCol_Text]; local in function:ImGui::TabBarScrollingButtons
6224 arrow_col.w *= 0.5f;
6226 PushStyleColor(ImGuiCol_Text, arrow_col);
6269 ImVec4 arrow_col = g.Style.Colors[ImGuiCol_Text]; local in function:ImGui::TabBarTabListPopupButton
6270 arrow_col.w *= 0.5f;
6271 PushStyleColor(ImGuiCol_Text, arrow_col);

Completed in 25 milliseconds