Searched defs:col_v4 (Results 1 – 3 of 3) sorted by relevance
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 3939 const ImVec4 col_v4(col[0], col[1], col[2], alpha ? col[3] : 1.0f); in ColorEdit4() local 4238 … ImVec4 col_v4(col[0], col[1], col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f : col[3]); in ColorPicker4() local
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 3951 const ImVec4 col_v4(col[0], col[1], col[2], alpha ? col[3] : 1.0f); in ColorEdit4() local 4250 … ImVec4 col_v4(col[0], col[1], col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f : col[3]); in ColorPicker4() local
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 4955 const ImVec4 col_v4(col[0], col[1], col[2], alpha ? col[3] : 1.0f); in ColorEdit4() local 5243 … ImVec4 col_v4(col[0], col[1], col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f : col[3]); in ColorPicker4() local
|