Home
last modified time | relevance | path

Searched refs:offset_path (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Doffset-toy.cpp79 PathVector offset_path = path_from_piecewise(offset_curve, 0.1); in draw() local
81 cairo_path(cr, offset_path); in draw()
83 for(unsigned int pi = 0; pi < offset_path.size(); pi++) { in draw()
84 Crossings cs = self_crossings(offset_path[pi]); in draw()
86 draw_cross(cr, offset_path[pi].pointAt(cs[i].ta)); in draw()
88 Point Pa = offset_path[pi].pointAt(cs[i].ta); in draw()
89 Point Pb = offset_path[pi].pointAt(cs[i].tb); in draw()
H A Dpath-toy.py30 offset_path = py2geom.path_from_piecewise(offset_curve, 0.1, True)
32 py2geom.cairo_path(cr, offset_path)
H A Dpath-effects.cpp79 PathVector offset_path = path_from_piecewise(offset_curve, 0.1); in draw()
81 cairo_path(cr, offset_path*t); in draw()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/magic_uv/utils/
H A Daddon_updater.py97 def _replace_addon(addon_dir, info, current_addon_path, offset_path=""): argument
111 if offset_path != "":
112 src = workspace_path + get_separator() + offset_path
331 offset_path = ""
333 offset_path = "{}-{}{}{}".format(
337 offset_path = addon_path
340 offset_path)
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug3014012 offsetcurve offset_path l_path 2 dir
13 mkedge path offset_path
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcss_path_interpolation_type.cc27 BasicShape* offset_path = style.OffsetPath(); in GetPath() local
28 if (!offset_path || offset_path->GetType() != BasicShape::kStylePathType) in GetPath()
H A Dcss_ray_interpolation_type.cc75 BasicShape* offset_path = style.OffsetPath(); in GetRay() local
76 if (!offset_path || offset_path->GetType() != BasicShape::kStyleRayType) in GetRay()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dpath-toy.py30 offset_path = py2geom.path_from_piecewise(offset_curve, 0.1, True)
32 py2geom.cairo_path(cr, offset_path)
H A Doffset-toy.cpp79 PathVector offset_path = path_from_piecewise(offset_curve, 0.1); in draw() local
81 cairo_path(cr, offset_path); in draw()
83 for(const auto & pi : offset_path) { in draw()
H A Dpath-effects.cpp79 PathVector offset_path = path_from_piecewise(offset_curve, 0.1); in draw()
81 cairo_path(cr, offset_path*t); in draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcss_ray_interpolation_type.cc75 BasicShape* offset_path = style.OffsetPath(); in GetRay() local
76 if (!offset_path || offset_path->GetType() != BasicShape::kStyleRayType) in GetRay()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/shorthands/
H A Dbox.mako.rs380 let offset_path = OffsetPath::parse(context, input)?; in parse_value() localVariable
406 offset_path: offset_path, in parse_value()
417 self.offset_path.to_css(dest)?; in to_css()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/shorthands/
H A Dbox.mako.rs380 let offset_path = OffsetPath::parse(context, input)?; in parse_value() localVariable
406 offset_path: offset_path, in parse_value()
417 self.offset_path.to_css(dest)?; in to_css()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/shorthands/
H A Dbox.mako.rs387 let offset_path = OffsetPath::parse(context, input)?; in parse_value() localVariable
413 offset_path: offset_path, in parse_value()
424 self.offset_path.to_css(dest)?; in to_css()
/dports/www/firefox/firefox-99.0/servo/components/style/properties/shorthands/
H A Dbox.mako.rs431 let offset_path = OffsetPath::parse(context, input)?; in parse_value() localVariable
457 offset_path: offset_path, in parse_value()
468 self.offset_path.to_css(dest)?; in to_css()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/libsvg/
H A Dpolyline.cc65 offset_path(path_list, path, get_stroke_width(), get_stroke_linecap()); in set_attrs()
H A Dline.cc51 offset_path(path_list, path, get_stroke_width(), get_stroke_linecap()); in set_attrs()
H A Dshape.h66 …void offset_path(path_list_t& path_list, path_t& path, double stroke_width, ClipperLib::EndType st…
H A Dpath.cc452 offset_path(path_list, path, get_stroke_width(), get_stroke_linecap()); in set_attrs()
515 offset_path(path_list, path, get_stroke_width(), get_stroke_linecap()); in set_attrs()
H A Dshape.cc264 shape::offset_path(path_list_t& path_list, path_t& path, double stroke_width, ClipperLib::EndType s… in offset_path() function in libsvg::shape
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/libsvg/
H A Dpolyline.cc65 offset_path(path_list, path, get_stroke_width(), get_stroke_linecap()); in set_attrs()
H A Dline.cc51 offset_path(path_list, path, get_stroke_width(), get_stroke_linecap()); in set_attrs()
H A Dshape.h66 …void offset_path(path_list_t& path_list, path_t& path, double stroke_width, ClipperLib::EndType st…
H A Dpath.cc452 offset_path(path_list, path, get_stroke_width(), get_stroke_linecap()); in set_attrs()
515 offset_path(path_list, path, get_stroke_width(), get_stroke_linecap()); in set_attrs()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/tools/buildsystem/src/
H A Drakefile.rb132 offset_path = unitrunner_source.parent.relative_path_from(@opts.srcdir)
133 unitrunner_exe = @opts.builddir + offset_path + "test"

12