Lines Matching refs:quadrant
7195 // Determine which quadrant of 'curr' our candidate item 'cand' lies in based on distance
7196 ImGuiDir quadrant;
7204 quadrant = ImGetDirQuadrantFromDelta(dbx, dby);
7212 quadrant = ImGetDirQuadrantFromDelta(dcx, dcy);
7217 quadrant = (window->DC.LastItemId < g.NavId) ? ImGuiDir_Left : ImGuiDir_Right;
7224 ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.2f->%.4f)\nnav %c, quadrant %c", dbx, dby, dist_box, dcx, dcy, dist_center, dax, day, dist_axial, "WENS"[g.NavMoveDir], "WENS"[quadrant]);
7231 else if (g.IO.KeyCtrl) // Hold to preview score in matching quadrant. Press C to rotate.
7234 if (quadrant == g.NavMoveDir)
7244 // Is it in the quadrant we're interesting in moving to?
7246 if (quadrant == g.NavMoveDir)