Home
last modified time | relevance | path

Searched refs:on_right_side (Results 1 – 21 of 21) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DRandom_polygon_2_sweep.h124 bool on_right_side(Vertex_index vt, Vertex_index edge, bool above);
350 on_right_side(Vertex_index vt, Vertex_index edge_id, bool above) in on_right_side() function
383 if (!on_right_side(cur_vt, *seg_below, true)) { in replacement_event()
396 if (!on_right_side(cur_vt, *seg_above, false)) { in replacement_event()
448 if (!on_right_side(cur_vt, *between_seg, false)) { in find_conflict_between()
501 if (!on_right_side(cur_vt, *seg_above, false)) { in deletion_event()
513 if (!on_right_side(cur_vt, *seg_above, true)) { in deletion_event()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_2/
H A DPolygon_2_simplicity.h186 bool on_right_side(Vertex_index vt, Vertex_index edge, bool above);
348 on_right_side(Vertex_index vt, Vertex_index edge_id, bool above) in on_right_side() function
378 if (!on_right_side(cur_vt, *seg_below, true)) { in replacement_event()
385 if (!on_right_side(cur_vt, *seg_above, false)) { in replacement_event()
431 if (!on_right_side(cur_vt, *seg_above, false)) in deletion_event()
436 if (!on_right_side(cur_vt, *seg_above, true)) in deletion_event()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Ddock.c1332 dock->on_right_side = scr->dock->on_right_side; in wDockCreate()
1334 dock->on_right_side = 1; in wDockCreate()
1828 dock->on_right_side = 0; in wDockRestoreState()
1831 dock->on_right_side = 1; in wDockRestoreState()
2656 (ex_x < 0 && !dock->on_right_side) || in wDockSnapIcon()
2657 (ex_x > 0 && dock->on_right_side)) { in wDockSnapIcon()
3012 if (dock->on_right_side) in swapDock()
3753 dock->on_right_side = now_on_right; in handleDockMove()
3850 if (dock->on_right_side) in handleDockMove()
4525 if (dicon->dock->on_right_side) { in wDrawerIconPaint()
[all …]
H A Dxinerama.c382 if (scr->dock->on_right_side) in wGetUsableAreaForHead()
392 if (scr->dock->on_right_side && (wPreferences.icon_yard & IY_RIGHT)) in wGetUsableAreaForHead()
395 if (!scr->dock->on_right_side && !(wPreferences.icon_yard & IY_RIGHT)) in wGetUsableAreaForHead()
H A Ddock.h49 unsigned int on_right_side:1; member
H A Ddockedapp.c402 if (aicon->dock->on_right_side) in ShowDockAppSettingsPanel()
H A Dplacement.c124 if (scr->dock->on_right_side) in PlaceIcon()
H A Dscreen.c912 if (!scr->dock->on_right_side) { in wScreenRestoreState()
H A Dappicon.c1016 wSlideAppicons(aiconsToShift, j, originalDock->on_right_side); in wHandleAppIconMove()
H A Dactions.c1987 if (scr->dock->on_right_side) in wArrangeIcons()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Ddock.c1332 dock->on_right_side = scr->dock->on_right_side; in wDockCreate()
1334 dock->on_right_side = 1; in wDockCreate()
1828 dock->on_right_side = 0; in wDockRestoreState()
1831 dock->on_right_side = 1; in wDockRestoreState()
2656 (ex_x < 0 && !dock->on_right_side) || in wDockSnapIcon()
2657 (ex_x > 0 && dock->on_right_side)) { in wDockSnapIcon()
3012 if (dock->on_right_side) in swapDock()
3753 dock->on_right_side = now_on_right; in handleDockMove()
3850 if (dock->on_right_side) in handleDockMove()
4525 if (dicon->dock->on_right_side) { in wDrawerIconPaint()
[all …]
H A Dxinerama.c382 if (scr->dock->on_right_side) in wGetUsableAreaForHead()
392 if (scr->dock->on_right_side && (wPreferences.icon_yard & IY_RIGHT)) in wGetUsableAreaForHead()
395 if (!scr->dock->on_right_side && !(wPreferences.icon_yard & IY_RIGHT)) in wGetUsableAreaForHead()
H A Ddock.h49 unsigned int on_right_side:1; member
H A Ddockedapp.c402 if (aicon->dock->on_right_side) in ShowDockAppSettingsPanel()
H A Dplacement.c124 if (scr->dock->on_right_side) in PlaceIcon()
H A Dscreen.c912 if (!scr->dock->on_right_side) { in wScreenRestoreState()
H A Dappicon.c1016 wSlideAppicons(aiconsToShift, j, originalDock->on_right_side); in wHandleAppIconMove()
H A Dactions.c1987 if (scr->dock->on_right_side) in wArrangeIcons()
/dports/math/plplot-ada/plplot-5.15.0/lib/nn/
H A Ddelaunay.c619 static int on_right_side( point* p, point* p0, point* p1 ) in on_right_side() function
648 if ( on_right_side( p, &d->points[t->vids[i]], &d->points[t->vids[i1]] ) ) in delaunay_xytoi()
/dports/math/plplot/plplot-5.15.0/lib/nn/
H A Ddelaunay.c619 static int on_right_side( point* p, point* p0, point* p1 ) in on_right_side() function
648 if ( on_right_side( p, &d->points[t->vids[i]], &d->points[t->vids[i1]] ) ) in delaunay_xytoi()
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Deval.c379 on_right_side(short side, short piece) in on_right_side() function
1839 else if ((GameType[c1] == STATIC_ROOK) && on_right_side(c1, sq)) in KingValue()
2421 if (!on_right_side(side, rook)) in GuessGameType()
2424 if (on_right_side(side, king)) in GuessGameType()