Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/odg/
H A Dimportodg.cpp882 QPolygonF texAreaPoints; in parseCustomShape() local
1011 texAreaPoints.append(QPointF(ScCLocale::toDoubleC(points[0]), ScCLocale::toDoubleC(points[1]))); in parseCustomShape()
1012 texAreaPoints.append(QPointF(ScCLocale::toDoubleC(points[2]), ScCLocale::toDoubleC(points[3]))); in parseCustomShape()
1013 texAreaPoints = mat.map(texAreaPoints); in parseCustomShape()
1191 if (!texAreaPoints.isEmpty()) in parseCustomShape()
1195 QPointF rt = rmat.map(texAreaPoints[0]); in parseCustomShape()
1198 tw = texAreaPoints[1].x() - texAreaPoints[0].x(); in parseCustomShape()
1199 th = texAreaPoints[1].y() - texAreaPoints[0].y(); in parseCustomShape()