Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_perspectivetransform_worker.cpp207 KisPaintDeviceSP dstDev, in runPartialDst() argument
210 KIS_SAFE_ASSERT_RECOVER_RETURN(srcDev->pixelSize() == dstDev->pixelSize()); in runPartialDst()
211 KIS_SAFE_ASSERT_RECOVER_NOOP(*srcDev->colorSpace() == *dstDev->colorSpace()); in runPartialDst()
217 KisPainter gc(dstDev); in runPartialDst()
224 KisRandomAccessorSP accessor = dstDev->createRandomAccessorNG(); in runPartialDst()
H A Dkis_perspectivetransform_worker.h47 KisPaintDeviceSP dstDev,
H A Dkis_grid_interpolation_tools.h179 PaintDevicePolygonOp(KisPaintDeviceSP srcDev, KisPaintDeviceSP dstDev) in PaintDevicePolygonOp()
180 : m_srcDev(srcDev), m_dstDev(dstDev) {} in PaintDevicePolygonOp()
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_paint_device_test.cpp327 QVERIFY(dstDev->fastBitBltPossible(srcDev)); in testFastBitBlt()
328 dstDev->fastBitBlt(srcDev, cloneRect); in testFastBitBlt()
340 dstDev->clear(); in testFastBitBlt()
341 dstDev->fastBitBltRough(srcDev, cloneRect); in testFastBitBlt()
353 QVERIFY(!dstDev->fastBitBltPossible(srcDev)); in testFastBitBlt()
367 dstDev->moveTo(1000,1000); in testMakeClone()
369 QVERIFY(!dstDev->fastBitBltPossible(srcDev)); in testMakeClone()
374 dstDev->makeCloneFrom(srcDev, cloneRect); in testMakeClone()
378 QCOMPARE(dstDev->x(), srcDev->x()); in testMakeClone()
379 QCOMPARE(dstDev->y(), srcDev->y()); in testMakeClone()
[all …]
H A Dkis_mesh_transform_worker_test.cpp142 KisPaintDeviceSP dstDev = new KisPaintDevice(srcDev->colorSpace()); in testPointsQImage() local
143 dstDev->prepareClone(srcDev); in testPointsQImage()
146 KisBezierTransformMesh::transformPatch(patch, srcDev, dstDev); in testPointsQImage()
148 dstDev->convertToQImage(0, dstBoundsI).save("dd_mesh_result_dev.png"); in testPointsQImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkCanvas.cpp1390 SkBaseDevice* dstDev = iter.fDevice; in internalDrawDevice() local
1391 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1403 dstDev->drawDevice(srcDev, *noFilterPaint); in internalDrawDevice()
1418 SkMatrix srcToDst = srcDev->getRelativeTransform(*dstDev); in internalDrawDevice()
1419 SkMatrix dstToSrc = dstDev->getRelativeTransform(*srcDev); in internalDrawDevice()
1420 skif::Mapping mapping(srcToDst, SkMatrix::Concat(dstToSrc, dstDev->localToDevice())); in internalDrawDevice()
1421 dstDev->drawFilteredImage(mapping, srcBuffer.get(), filter, *noFilterPaint); in internalDrawDevice()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkCanvas.cpp1435 SkBaseDevice* dstDev = iter.fDevice; in internalDrawDevice() local
1436 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1443 SkIPoint pos = srcDev->getOrigin() - dstDev->getOrigin(); in internalDrawDevice()
1447 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1449 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice()
1453 dstDev->drawDevice(srcDev, pos.x(), pos.y(), *paint); in internalDrawDevice()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkCanvas.cpp1396 SkBaseDevice* dstDev = iter.fDevice; in internalDrawDevice() local
1397 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1405 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1407 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice()
1411 dstDev->drawDevice(srcDev, pos.x(), pos.y(), *paint); in internalDrawDevice()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkCanvas.cpp1396 SkBaseDevice* dstDev = iter.fDevice; in internalDrawDevice() local
1397 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1405 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1407 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice()
1411 dstDev->drawDevice(srcDev, pos.x(), pos.y(), *paint); in internalDrawDevice()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkCanvas.cpp1396 SkBaseDevice* dstDev = iter.fDevice; in internalDrawDevice() local
1397 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1405 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1407 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice()
1411 dstDev->drawDevice(srcDev, pos.x(), pos.y(), *paint); in internalDrawDevice()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkCanvas.cpp1396 SkBaseDevice* dstDev = iter.fDevice; in internalDrawDevice() local
1397 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1405 check_drawdevice_colorspaces(dstDev->imageInfo().colorSpace(), in internalDrawDevice()
1407 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice()
1411 dstDev->drawDevice(srcDev, pos.x(), pos.y(), *paint); in internalDrawDevice()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkCanvas.cpp1303 SkBaseDevice* dstDev = iter.fDevice; in internalDrawDevice() local
1310 dstDev->drawSpecial(specialImage.get(), pos.x(), pos.y(), *paint, in internalDrawDevice()
1314 dstDev->drawDevice(srcDev, pos.x(), pos.y(), *paint); in internalDrawDevice()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkCanvas.cpp1438 SkBaseDevice* dstDev = iter.fDevice; in internalDrawDevice() local
1443 dstDev->drawSpecial(iter, srcDev->snapSpecial().get(), pos.x(), pos.y(), *paint); in internalDrawDevice()
1445 dstDev->drawDevice(iter, srcDev, pos.x(), pos.y(), *paint); in internalDrawDevice()