Home
last modified time | relevance | path

Searched refs:collectNURBSTo (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDStylesCollector.cpp103 void libvisio::VSDStylesCollector::collectNURBSTo(unsigned /* id */, unsigned level, double /* x2 *… in collectNURBSTo() function in libvisio::VSDStylesCollector
110 void libvisio::VSDStylesCollector::collectNURBSTo(unsigned /* id */, unsigned level, double /* x2 *… in collectNURBSTo() function in libvisio::VSDStylesCollector
116 void libvisio::VSDStylesCollector::collectNURBSTo(unsigned /* id */, unsigned level, double /* x2 *… in collectNURBSTo() function in libvisio::VSDStylesCollector
H A DVSDCollector.h49 …virtual void collectNURBSTo(unsigned id, unsigned level, double x2, double y2, unsigned char xType…
51 …virtual void collectNURBSTo(unsigned id, unsigned level, double x2, double y2, double knot, double…
52 …virtual void collectNURBSTo(unsigned id, unsigned level, double x2, double y2, double knot, double…
H A DVSDStylesCollector.h60 …void collectNURBSTo(unsigned id, unsigned level, double x2, double y2, unsigned char xType, unsign…
62 …void collectNURBSTo(unsigned id, unsigned level, double x2, double y2, double knot, double knotPre…
63 …void collectNURBSTo(unsigned id, unsigned level, double x2, double y2, double knot, double knotPre…
H A DVSDContentCollector.h65 …void collectNURBSTo(unsigned id, unsigned level, double x2, double y2, unsigned char xType, unsign…
67 …void collectNURBSTo(unsigned id, unsigned level, double x2, double y2, double knot, double knotPre…
68 …void collectNURBSTo(unsigned id, unsigned level, double x2, double y2, double knot, double knotPre…
H A DVSDGeometryList.cpp394 …collector->collectNURBSTo(m_id, m_level, m_x2, m_y2, m_xType, m_yType, m_degree, m_controlPoints, … in handle()
406 …collector->collectNURBSTo(m_id, m_level, m_x2, m_y2, m_knot, m_knotPrev, m_weight, m_weightPrev, m… in handle()
422 …collector->collectNURBSTo(m_id, m_level, m_x2, m_y2, m_knot, m_knotPrev, m_weight, m_weightPrev, m… in handle()
H A DVSDContentCollector.cpp2180 void libvisio::VSDContentCollector::collectNURBSTo(unsigned /* id */, unsigned level, double x2, do… in collectNURBSTo() function in libvisio::VSDContentCollector
2254 void libvisio::VSDContentCollector::collectNURBSTo(unsigned id, unsigned level, double x2, double y… in collectNURBSTo() function in libvisio::VSDContentCollector
2262collectNURBSTo(id, level, x2, y2, newData.xType, newData.yType, newData.degree, newData.points, ne… in collectNURBSTo()
2266 void libvisio::VSDContentCollector::collectNURBSTo(unsigned id, unsigned level, double x2, double y… in collectNURBSTo() function in libvisio::VSDContentCollector
2298 collectNURBSTo(id, level, x2, y2, knot, knotPrev, weight, weightPrev, iter->second); in collectNURBSTo()
2746collectNURBSTo(0, m_splineLevel, m_splineX, m_splineY, 1, 1, m_splineDegree, m_splineControlPoints… in collectSplineEnd()