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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp4716 for (int resize_grip_n = 0; resize_grip_n < resize_grip_count; resize_grip_n++) local in function:ImGui::UpdateManualResize
4718 const ImGuiResizeGripDef& grip = resize_grip_def[resize_grip_n];
4726 ButtonBehavior(resize_rect, window->GetID((void*)(intptr_t)resize_grip_n), &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus);
4729 g.MouseCursor = (resize_grip_n & 1) ? ImGuiMouseCursor_ResizeNESW : ImGuiMouseCursor_ResizeNWSE;
4731 if (held && g.IO.MouseDoubleClicked[0] && resize_grip_n == 0)
4744 if (resize_grip_n == 0 || held || hovered)
4745 resize_grip_col[resize_grip_n] = GetColorU32(held ? ImGuiCol_ResizeGripActive : hovered ? ImGuiCol_ResizeGripHovered : ImGuiCol_ResizeGrip);
5275 for (int resize_grip_n local in function:ImGui::Begin
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp4716 for (int resize_grip_n = 0; resize_grip_n < resize_grip_count; resize_grip_n++) local in function:ImGui::UpdateManualResize
4718 const ImGuiResizeGripDef& grip = resize_grip_def[resize_grip_n];
4726 ButtonBehavior(resize_rect, window->GetID((void*)(intptr_t)resize_grip_n), &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus);
4729 g.MouseCursor = (resize_grip_n & 1) ? ImGuiMouseCursor_ResizeNESW : ImGuiMouseCursor_ResizeNWSE;
4731 if (held && g.IO.MouseDoubleClicked[0] && resize_grip_n == 0)
4744 if (resize_grip_n == 0 || held || hovered)
4745 resize_grip_col[resize_grip_n] = GetColorU32(held ? ImGuiCol_ResizeGripActive : hovered ? ImGuiCol_ResizeGripHovered : ImGuiCol_ResizeGrip);
5275 for (int resize_grip_n local in function:ImGui::Begin
[all...]

Completed in 26 milliseconds