Searched refs:quadrant (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c1721 * map angles to radial distance. This only deals with the first quadrant
3208 int quadrant,
3211 switch (quadrant) {
3233 * in the first-quadrant and mirrored into position.
3236 * first quadrant.
3207 mirrorSppPoint(int quadrant,SppPointPtr sppPoint) argument
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c1822 * map angles to radial distance. This only deals with the first quadrant
3229 mirrorSppPoint(int quadrant, SppPointPtr sppPoint) argument
3231 switch (quadrant) {
3253 * in the first-quadrant and mirrored into position.
3256 * first quadrant.
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7195 // Determine which quadrant of 'curr' our candidate item 'cand' lies in based on distance
7196 ImGuiDir quadrant; local in function:NavScoreItem
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 w
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7195 // Determine which quadrant of 'curr' our candidate item 'cand' lies in based on distance
7196 ImGuiDir quadrant; local in function:NavScoreItem
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 w
[all...]

Completed in 38 milliseconds