Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DTestSvgParser.cpp2816 QPainterPath clipPath1; in testKoClipPathRendering() local
2817 clipPath1.addRect(QRect(10, 0, 10, 30)); in testKoClipPathRendering()
2831 QScopedPointer<KoPathShape> clipShape1(KoPathShape::createShapeFromPainterPath(clipPath1)); in testKoClipPathRendering()
2860 QPainterPath clipPath1; in testKoClipPathRelativeRendering() local
2861 clipPath1.addRect(QRect(10, 0, 10, 30)); in testKoClipPathRelativeRendering()
2875 QScopedPointer<KoPathShape> clipShape1(KoPathShape::createShapeFromPainterPath(clipPath1)); in testKoClipPathRelativeRendering()