Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_async_merger.cpp270 if (currentLeaf->visible() || currentLeaf->hasClones()) { in startMerge()
278 if (currentLeaf->visible() || currentLeaf->hasClones()) { in startMerge()
286 if (currentLeaf->visible() || currentLeaf->hasClones()) { in startMerge()
H A Dkis_base_rects_walker.h241 static inline bool hasClones(KisNodeSP node) { in hasClones() function
243 return layer && layer->hasClones(); in hasClones()
324 if(hasClones(node) && position & (N_FILTHY | N_FILTHY_PROJECTION | N_EXTRA)) { in registerCloneNotification()
H A Dkis_projection_leaf.h60 bool hasClones() const;
H A Dkis_layer.cc87 bool hasClones() const { in hasClones() function in KisCloneLayersList
486 bool KisLayer::hasClones() const in hasClones() function in KisLayer
488 return m_d->clonesList.hasClones(); in hasClones()
737 (!visible() && !isIsolatedRoot() && !hasClones()) || in updateProjection()
H A Dkis_projection_leaf.cpp349 bool KisProjectionLeaf::hasClones() const in hasClones() function in KisProjectionLeaf
352 return layer ? layer->hasClones() : false; in hasClones()
H A Dkis_layer.h218 bool hasClones() const;
H A Dkis_processing_applicator.cpp135 if(layer && layer->hasClones()) { in updateClones()
/dports/graphics/krita/krita-4.4.8/libs/image/commands/
H A Dkis_image_layer_remove_command_impl.cpp101 if(!layer || !layer->hasClones()) return; in processClones()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dpart.h182 bool hasClones() const { return _prevClone!=this || _nextClone!=this; } in hasClones() function
H A Dsongfile.cpp394 if (this->hasClones()) in write()
423 if(hasClones()) in write()
H A Dwavetrack.cpp84 dpart = spart->hasClones() ? spart->createNewClone() : spart->duplicate(); in internal_assign()
H A Dtrack.cpp786 dpart = spart->hasClones() ? spart->createNewClone() : spart->duplicate(); in internal_assign()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_hal.h709 bool hasClones; member
H A Dcm_hal.cpp2460 bool hasClones; in HalCm_LoadKernel() local
2481 hasClones = kernelParam->clonedKernelParam.hasClones; in HalCm_LoadKernel()
2520 if (isClonedKernel || hasClones) in HalCm_LoadKernel()
H A Dcm_kernel_rt.cpp3758 halKernelParam->clonedKernelParam.hasClones = m_hasClones; in CreateKernelDataInternal()
4165 halKernelParam->clonedKernelParam.hasClones = m_hasClones; in CreateKernelDataInternal()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_hal.h709 bool hasClones; member
H A Dcm_hal.cpp2460 bool hasClones; in HalCm_LoadKernel() local
2481 hasClones = kernelParam->clonedKernelParam.hasClones; in HalCm_LoadKernel()
2520 if (isClonedKernel || hasClones) in HalCm_LoadKernel()
H A Dcm_kernel_rt.cpp3749 halKernelParam->clonedKernelParam.hasClones = m_hasClones; in CreateKernelDataInternal()
4156 halKernelParam->clonedKernelParam.hasClones = m_hasClones; in CreateKernelDataInternal()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/arranger/
H A Dpcanvas.cpp530 bool clone = (dtype == MOVE_CLONE || (dtype == MOVE_COPY && spart->hasClones())); in moveCanvasItems()
1143 if(part->hasClones()) in itemPopup()
2167 if(part->hasClones()) in drawItem()