Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DTensorProductPatch.h46 …TensorProductPatch (const PointVec &points, const ColorVec &colors, Color::ColorSpace cspace, int …
49 void setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch);
86 …CoonsPatch (const PointVec &points, const ColorVec &colors, Color::ColorSpace cspace, int edgeflag…
88 virtual void setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch);
H A DTriangularPatch.h33 …TriangularPatch (const PointVec &points, const ColorVec &colors, Color::ColorSpace cspace, int edg…
38 void setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch);
H A DShadingPatch.h37 typedef std::vector<DPair> PointVec; typedef
47 virtual void setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch) =0;
H A DTriangularPatch.cpp25 TriangularPatch::TriangularPatch (const PointVec &points, const ColorVec &colors, Color::ColorSpace… in TriangularPatch()
33 void TriangularPatch::setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch) { in setPoints()
H A DTensorProductPatch.cpp28 TensorProductPatch::TensorProductPatch (const PointVec &points, const ColorVec &colors, Color::Colo… in TensorProductPatch()
66 void TensorProductPatch::setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch) { in setPoints()
460 CoonsPatch::CoonsPatch (const PointVec &points, const ColorVec &colors, Color::ColorSpace cspace, i… in CoonsPatch()
495 void CoonsPatch::setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch) { in setPoints()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DAGGRaster.hpp83 template<class PointVec> agg::path_storage _to_path(const PointVec& v) in _to_path()
95 template<class PointVec> agg::path_storage _to_path_flpxy(const PointVec& v) in _to_path_flpxy()
107 template<class PointVec> agg::path_storage to_path(const PointVec &v) in to_path()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/py2geom/
H A Dconvexcover.cpp44 PointVec ch_boundary(Geom::ConvexHull const &ch) { in ch_boundary()
54 .def(init<PointVec>()) in wrap_convex_cover()
H A Detc.cpp47 class_<PointVec>("PointVec") in wrap_etc()
H A Dpy2geom.h57 typedef std::vector<Geom::Point > PointVec; typedef
/dports/math/lib2geom/lib2geom-1.1/src/py2geom/
H A Dconvexcover.cpp44 PointVec ch_boundary(Geom::ConvexHull const &ch) { in ch_boundary()
54 .def(init<PointVec>()) in wrap_convex_cover()
H A Detc.cpp47 class_<PointVec>("PointVec") in wrap_etc()
H A Dpy2geom.h57 typedef std::vector<Geom::Point > PointVec; typedef
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkMultiVolume.cxx192 using PointVec = std::vector<Point>; in ComputeAABounds() typedef
199 PointVec pointsDataCoords; in ComputeAABounds()
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkMultiVolume.cxx215 using PointVec = std::vector<Point>; in ComputeAABounds() typedef
221 PointVec pointsDataCoords; in ComputeAABounds()