Home
last modified time | relevance | path

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

/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/items/
H A DAbstractAnnotationPath.cpp64 scalePath(rect); in setPointAt()
95 void AbstractAnnotationPath::scalePath(const QRectF &rect) in scalePath() function in kImageAnnotator::AbstractAnnotationPath
H A DAbstractAnnotationPath.h48 void scalePath(const QRectF &rect);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/deprecated-simple/
H A Dsimplepath.py44 def scalePath(p, x, y): function
/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Dsimplepath.py178 def scalePath(p, x, y): function
/dports/math/octave-forge-geometry/geometry-4.0.0/inst/@svg/
H A Dsimplepath.py177 def scalePath(p, x, y): function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/text/
H A DGrTextBlob.cpp267 bool scalePath = runPaint.getShader() in flush() local
270 if (!scalePath) { in flush()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/text/
H A DGrTextBlob.cpp267 bool scalePath = runPaint.getShader() in flush() local
270 if (!scalePath) { in flush()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/text/
H A DGrTextBlob.cpp267 bool scalePath = runPaint.getShader() in flush() local
270 if (!scalePath) { in flush()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/text/
H A DGrTextBlob.cpp267 bool scalePath = runPaint.getShader() in flush() local
270 if (!scalePath) { in flush()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/helpers/src/qtloops/
H A Dqtloops.cpp138 void scalePath(const QPainterPath& path, qreal scale, QPainterPath& out) in scalePath() function
228 scalePath(path, s, scaled); in plotPathsToPainter()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/tests/
H A Dtest_deprecated_simple.py52 simplepath.scalePath(path, 10, 20)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp502 bool scalePath = runPaint.getShader() in flush() local
517 if (!scalePath) { in flush()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickpath.cpp426 inline static void scalePath(QPainterPath &path, const QSizeF &scale) in scalePath() function
499 scalePath(path, d->scale); in createPath()
562 scalePath(path, d->scale); in createShapePath()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickpath.cpp426 inline static void scalePath(QPainterPath &path, const QSizeF &scale) in scalePath() function
499 scalePath(path, d->scale); in createPath()
562 scalePath(path, d->scale); in createShapePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathTest.cpp5125 SkPath scalePath = aPath; in DEF_TEST() local
5128 scalePath.transform(matrix); in DEF_TEST()
5129 SkASSERT(scalePath.isConvex()); in DEF_TEST()
5132 SkPath scalePath = aPath; in DEF_TEST() local
5135 scalePath.transform(matrix); in DEF_TEST()
5136 SkASSERT(scalePath.isConvex()); in DEF_TEST()