Home
last modified time | relevance | path

Searched refs:totalCurveLen (Results 1 – 2 of 2) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_pathtext.cpp158 double totalCurveLen = 0.0; in DrawObj_Item() local
186 totalCurveLen += PoLine.lenPathSeg(segs); in DrawObj_Item()
188 …if ((itemText.paragraphStyle(0).alignment() != ParagraphStyle::LeftAligned) && (totalCurveLen >= t… in DrawObj_Item()
192 CurX = totalCurveLen - totalTextLen; in DrawObj_Item()
196 CurX = ((totalCurveLen - totalTextLen) / 2.0) + m_textDistanceMargins.left(); in DrawObj_Item()
202 …wordExtra = (totalCurveLen - m_textDistanceMargins.left() - totalTextLen) / static_cast<double>(s… in DrawObj_Item()
206 …extraOffset = (totalCurveLen - m_textDistanceMargins.left() - totalTextLen) / static_cast<double>… in DrawObj_Item()
211 …extraOffset = (totalCurveLen - m_textDistanceMargins.left() - totalTextLen) / static_cast<double>(… in DrawObj_Item()
214 …if (!curveClosed && (totalTextLen + m_textDistanceMargins.left() > totalCurveLen) && (itemText.par… in DrawObj_Item()
216 double totalLenDiff = totalTextLen + m_textDistanceMargins.left() - totalCurveLen; in DrawObj_Item()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/idml/
H A Dimportidml.cpp2295 double totalCurveLen = 0; in parseItemXML() local
2298 totalCurveLen += item->PoLine.lenPathSeg(segs); in parseItemXML()
2300 item->setTextToFrameDistLeft(totalCurveLen - pathTextStart); in parseItemXML()
2530 double totalCurveLen = 0; in parseItemXML() local
2533 totalCurveLen += item->PoLine.lenPathSeg(segs); in parseItemXML()
2535 item->setTextToFrameDistLeft(totalCurveLen - pathTextStart); in parseItemXML()