Home
last modified time | relevance | path

Searched refs:lenPathSeg (Results 1 – 5 of 5) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dfpointarray.h78 double lenPathSeg(int seg) const;
H A Dpageitem_pathtext.cpp186 totalCurveLen += PoLine.lenPathSeg(segs); in DrawObj_Item()
H A Dcanvasmode_nodeedit.cpp607 double spadd = 1.0 / (Clip.lenPathSeg(seg) * m_canvas->scale()); in handleNodeEditPress()
859 double spadd = 1.0 / (Clip.lenPathSeg(seg) * m_canvas->scale()); in handleNodeEditPress()
H A Dfpointarray.cpp340 double FPointArray::lenPathSeg(int seg) const in lenPathSeg() function in FPointArray
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/idml/
H A Dimportidml.cpp2298 totalCurveLen += item->PoLine.lenPathSeg(segs); in parseItemXML()
2533 totalCurveLen += item->PoLine.lenPathSeg(segs); in parseItemXML()