Searched refs:ContourPath (Results 1 – 6 of 6) sorted by relevance
/dports/devel/py-odfpy/odfpy-1.4.1/tests/ |
H A D | testlengths.py | 41 draw.ContourPath( recreateonedit="true", viewbox="0 0 1000 1000", d="1cm", height="0cm" ) 42 draw.ContourPath( recreateonedit="true", viewbox="0 0 1000 1000", d="1cm", width="0cm" ) 122 …self.assertRaises(ValueError, draw.ContourPath, recreateonedit="true", viewbox="0 0 1000 1000", d=… 123 …self.assertRaises(ValueError, draw.ContourPath, recreateonedit="true", viewbox="0 0 1000 1000", d=…
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/ |
H A D | vlayoutpiece.h | 149 QPainterPath ContourPath() const;
|
H A D | vlayoutpiece.cpp | 531 if (det.ContourPath().isEmpty()) in Create() 1093 QPainterPath VLayoutPiece::ContourPath() const in ContourPath() function in VLayoutPiece 1371 item->setPath(ContourPath()); in GetMainItem()
|
H A D | vposition.cpp | 135 path.addPath(detail.ContourPath()); in DumpDetails()
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/odf/ |
H A D | draw.py | 88 def ContourPath(**args): function
|
/dports/devel/py-odfpy/odfpy-1.4.1/odf/ |
H A D | draw.py | 78 def ContourPath(**args): function
|