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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp4038 float col4[4] = { col[0], col[1], col[2], 1.0f }; local in function:ImGui::ColorPicker3
4039 if (!ColorPicker4(label, col4, flags | ImGuiColorEditFlags_NoAlpha))
4041 col[0] = col4[0]; col[1] = col4[1]; col[2] = col4[2];
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp4038 float col4[4] = { col[0], col[1], col[2], 1.0f }; local in function:ImGui::ColorPicker3
4039 if (!ColorPicker4(label, col4, flags | ImGuiColorEditFlags_NoAlpha))
4041 col[0] = col4[0]; col[1] = col4[1]; col[2] = col4[2];

Completed in 25 milliseconds