Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/plugins/tools/selectiontools/
H A Dkis_tool_select_similar.cc206 QRect patchRect = *patch.data(); in beginPrimaryAction() local
207 QRect finalRect = patchRect; in beginPrimaryAction()
209 finalRect = patchRect.intersected(sourceDevice->exactBounds()); in beginPrimaryAction()
247 QRect finalRect = patchRect; in beginPrimaryAction()
249 finalRect = patchRect.intersected(contentRect); in beginPrimaryAction()
262 QRect finalRect = patchRect; in beginPrimaryAction()
264 finalRect = patchRect.intersected(contentRect); in beginPrimaryAction()
277 QRect finalRect = patchRect; in beginPrimaryAction()
279 finalRect = patchRect.intersected(contentRect); in beginPrimaryAction()
292 QRect finalRect = patchRect; in beginPrimaryAction()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A DKisFrameCacheStore.cpp311 QRect patchRect = tile.rect; in loadFrame() local
314 patchRect = KisLodTransform::upscaledRect(patchRect, frameInfo->levelOfDetail()); in loadFrame()
324 fullSizeTileRect, patchRect, in loadFrame()
/dports/graphics/krita/krita-4.4.8/libs/ui/canvas/
H A Dkis_image_patch.h67 QRect patchRect();
H A Dkis_image_pyramid.cpp205 QRect patchRect = rc & maxPatchRect; in setImage() local
206 retrieveImageData(patchRect); in setImage()
479 patch.patchRect())); in getNearestPatch()
H A Dkis_image_patch.cpp112 QRect KisImagePatch::patchRect() in patchRect() function in KisImagePatch
H A Dkis_canvas2.cpp666 QRect patchRect(x, y, patchWidth, patchHeight); in startUpdateInPatches() local
667 startUpdateCanvasProjection(patchRect); in startUpdateInPatches()
/dports/graphics/krita/krita-4.4.8/plugins/dockers/advancedcolorselector/
H A Dkis_shade_selector_line.cpp179 QRect patchRect(z * (patchWidth + patchSpacing), 0, patchWidth, m_lineHeight); in paintEvent() local
183 m_realPixelCache->fill(patchRect, patchColor); in paintEvent()
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoMeshPatchesRenderer.h136 const QRectF patchRect = outline.boundingRect();
148 if (patchRect.width() <= 1 && patchRect.height() <= 1) {
149 m_patchPainter.drawPoint(patchRect.topLeft());
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_simple_update_queue.cpp279 QRect patchRect = rc & maxPatchRect; in trySplitJob() local
280 splitRects.append(patchRect); in trySplitJob()
H A Dkrita_utils.cpp72 QRect patchRect = rc & maxPatchRect; in splitRectIntoPatches() local
74 if (!patchRect.isEmpty()) { in splitRectIntoPatches()
75 patches.append(patchRect); in splitRectIntoPatches()
H A Dkis_image.cc1800 QRect patchRect(x, y, patchWidth, patchHeight); in notifyProjectionUpdatedInPatches() local
1801 patchRect &= rc; in notifyProjectionUpdatedInPatches()
1803 … KritaUtils::addJobConcurrent(jobs, std::bind(&KisImage::notifyProjectionUpdated, q, patchRect)); in notifyProjectionUpdatedInPatches()
/dports/graphics/krita/krita-4.4.8/libs/ui/tests/
H A Dkis_prescaled_projection_test.cpp416 QRect patchRect(x - patchOffset, y - patchOffset, in testUpdates() local
419 infos.append(t.projection.updateCache(patchRect)); in testUpdates()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimConvolutionSource.cpp286 ossimIrect patchRect = inputTile->getImageRectangle(); in convolve() local
294 long patchWidth = patchRect.width(); in convolve()
H A DossimTilePatch.cpp330 ossimIrect patchRect = thePatchData->getImageRectangle(); in fillTileTemplate() local
338 long patchWidth = patchRect.width(); in fillTileTemplate()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_img_patch_param/
H A Dfilter_img_patch_param.cpp822 std::vector<vcg::Box2f> patchRect; in patchPacking() local
833 patchRect.push_back( p->bbox ); in patchPacking()
837 if( patchRect.empty() ) in patchPacking()
845 …vcg::RectPacker<float>::Pack( patchRect, vcg::Point2i(edgeLen,edgeLen), patchPackingTr, coveredAre… in patchPacking()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources34099 patchRect := pureRect rounded.
34100 patchRect area = 0 ifTrue: [^self]. "oh, well!!"
34101 biggerPatch := patchRect expandBy: 1.
60152 collect: [:p | p - patchRect topLeft].
60171 subCanvas translateBy: patchRect topLeft negated
125653 collect: [:p | p - patchRect topLeft].
265219 extent: patchRect extent
265221 origin: patchRect topLeft negated
265222 clipRect: (0@0 extent: patchRect extent).
265226 (self bounds containsRect: patchRect) ifFalse:
[all …]
H A DPharo-1.4.changes72400 | innerRect patchRect sourceQuad warp start subCanvas rule|
72407 patchRect := (aDisplayTransform globalBoundsToLocal: innerRect) truncated.
72409 collect: [:p | p - patchRect topLeft].
72421 subCanvas := self class extent: patchRect extent depth: self depth.
72424 subCanvas translateBy: patchRect topLeft negated