Home
last modified time | relevance | path

Searched refs:back_open (Results 1 – 14 of 14) sorted by relevance

/dports/games/edge/Edge-1.35-source/glbsp/src/
H A Danalyze.c763 sector_t * back_open = NULL; in TestForWindowEffect() local
843 back_open = hit_side ? hit_side->sector : NULL; in TestForWindowEffect()
851 back_line, back_dist, back_open ? "OPEN" : "CLOSED"); in TestForWindowEffect()
856 if (back_open && front_open && L->right->sector == front_open) in TestForWindowEffect()
858 L->window_effect = back_open; in TestForWindowEffect()
859 …inedef #%d seems to be a One-Sided Window (back faces sector #%d).\n", L->index, back_open->index); in TestForWindowEffect()
/dports/games/vavoom/vavoom-1.33/utils/glbsp/
H A Danalyze.c763 sector_t * back_open = NULL; in TestForWindowEffect() local
843 back_open = hit_side ? hit_side->sector : NULL; in TestForWindowEffect()
851 back_line, back_dist, back_open ? "OPEN" : "CLOSED"); in TestForWindowEffect()
856 if (back_open && front_open && L->right->sector == front_open) in TestForWindowEffect()
858 L->window_effect = back_open; in TestForWindowEffect()
859 …inedef #%d seems to be a One-Sided Window (back faces sector #%d).\n", L->index, back_open->index); in TestForWindowEffect()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/cython/
H A Dtest-path.py48 self.curves_equal(P.back_open(), P.back())
76 self.curves_equal(P.back_default(), P.back_open())
H A D_cy_path.pyx162 """Same as back_open."""
166 def back_open(self): member in cy_Path
168 cdef Curve * r = <Curve *> &self.thisptr.back_open()
H A D_cy_path.pxd59 Curve & back_open()
/dports/math/lib2geom/lib2geom-1.1/src/cython/
H A Dtest-path.py48 self.curves_equal(P.back_open(), P.back())
76 self.curves_equal(P.back_default(), P.back_open())
H A D_cy_path.pyx162 """Same as back_open."""
166 def back_open(self): member in cy_Path
168 cdef Curve * r = <Curve *> &self.thisptr.back_open()
H A D_cy_path.pxd59 Curve & back_open()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dpath.h419 Curve const &back_open() const {
431 : back_open();
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dpath.h419 Curve const &back_open() const {
431 : back_open();
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dcurve.cpp260 …(_pathv.back().size() > 0 && dynamic_cast<Geom::LineSegment const *>(&_pathv.back().back_open())) { in closepath_current()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dpath.cpp1029 _closing_seg->setInitial(back_open().finalPoint()); in do_update()
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dpath.cpp1029 _closing_seg->setInitial(back_open().finalPoint()); in do_update()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/helper/
H A Dgeom-pathstroke.cpp159 bool inc_ls = res.back_open().degreesOfFreedom() <= 4; in miter_join_internal()