Searched refs:NavMoveDir (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui.cpp | 7224 …, dby, dist_box, dcx, dcy, dist_center, dax, day, dist_axial, "WENS"[g.NavMoveDir], "WENS"[quadran… in NavScoreItem() 7234 if (quadrant == g.NavMoveDir) in NavScoreItem() 7246 if (quadrant == g.NavMoveDir) in NavScoreItem() 7268 …if (((g.NavMoveDir == ImGuiDir_Up || g.NavMoveDir == ImGuiDir_Down) ? dby : dbx) < 0.0f) // moving… in NavScoreItem() 7281 …NavMoveDir == ImGuiDir_Left && dax < 0.0f) || (g.NavMoveDir == ImGuiDir_Right && dax > 0.0f) || (g… in NavScoreItem() 7324 g.NavMoveDir = g.NavMoveDirLast; in NavProcessItem() 7379 g.NavMoveDir = move_dir; in NavMoveRequestForward() 7394 ImGuiDir clip_dir = g.NavMoveDir; in NavMoveRequestTryWrapping() 7395 …if (g.NavMoveDir == ImGuiDir_Left && (move_flags & (ImGuiNavMoveFlags_WrapX | ImGuiNavMoveFlags_Lo… in NavMoveRequestTryWrapping() 7399 NavMoveRequestForward(g.NavMoveDir, clip_dir, bb_rel, move_flags); in NavMoveRequestTryWrapping() [all …]
|
D | imgui_internal.h | 854 …ImGuiDir NavMoveDir, NavMoveDirLast; // Direction of the move request (left… member 998 NavMoveDir = NavMoveDirLast = NavMoveClipDir = ImGuiDir_None; in ImGuiContext()
|
D | imgui_widgets.cpp | 4843 if (g.NavId == id && g.NavMoveRequest && g.NavMoveDir == ImGuiDir_Left && is_open) in TreeNodeBehavior() 4848 …if (g.NavId == id && g.NavMoveRequest && g.NavMoveDir == ImGuiDir_Right && !is_open) // If there's… in TreeNodeBehavior() 4942 if (g.NavMoveDir == ImGuiDir_Left && g.NavWindow == window && NavMoveRequestButNoResultYet()) in TreePop() 5557 …if (NavMoveRequestButNoResultYet() && (g.NavMoveDir == ImGuiDir_Left || g.NavMoveDir == ImGuiDir_R… in EndMenuBar() 5672 … if (g.NavId == id && g.NavMoveRequest && g.NavMoveDir == ImGuiDir_Right) // Nav-Right to open in BeginMenu() 5690 … else if (g.NavId == id && g.NavMoveRequest && g.NavMoveDir == ImGuiDir_Down) // Nav-Down to open in BeginMenu() 5735 …if (g.NavWindow && g.NavWindow->ParentWindow == window && g.NavMoveDir == ImGuiDir_Left && NavMove… in EndMenu()
|