Home
last modified time | relevance | path

Searched refs:ColorButtonPosition (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui.h1796 …ImGuiDir ColorButtonPosition; // Side of the color button in the ColorEdit4 widget (left… member
Dimgui_widgets.cpp4876 const float inputs_offset_x = (style.ColorButtonPosition == ImGuiDir_Left) ? w_button : 0.0f; in ColorEdit4()
4952 …utton_offset_x = ((flags & ImGuiColorEditFlags_NoInputs) || (style.ColorButtonPosition == ImGuiDir… in ColorEdit4()
Dimgui_demo.cpp5935 ImGui::Combo("ColorButtonPosition", (int*)&style.ColorButtonPosition, "Left\0Right\0");
Dimgui.cpp1026ColorButtonPosition = ImGuiDir_Right; // Side of the color button in the ColorEdit4 widget (… in ImGuiStyle()
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1304 - Style: Added style.ColorButtonPosition (left/right, defaults to ImGuiDir_Right) to move the color…