Home
last modified time | relevance | path

Searched refs:sourceLayer (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/graphics/krita/krita-4.4.8/libs/image/layerstyles/
H A Dkis_layer_style_projection_plane.cpp48 KisLayer *sourceLayer = 0; member
55 void initSourcePlane(KisLayer *sourceLayer) { in initSourcePlane()
56 KIS_SAFE_ASSERT_RECOVER_RETURN(sourceLayer); in initSourcePlane()
60 this->sourceLayer = sourceLayer; in initSourcePlane()
96 KisPSDLayerStyleSP style = sourceLayer->layerStyle(); in KisLayerStyleProjectionPlane()
102 init(sourceLayer, style); in KisLayerStyleProjectionPlane()
108 m_d->initSourcePlane(sourceLayer); in KisLayerStyleProjectionPlane()
132 init(sourceLayer, layerStyle); in KisLayerStyleProjectionPlane()
137 KIS_SAFE_ASSERT_RECOVER_RETURN(sourceLayer); in init()
138 m_d->initSourcePlane(sourceLayer); in init()
[all …]
H A Dkis_layer_style_filter_environment.cpp41 KisLayer *sourceLayer; member
82 KisLayerStyleFilterEnvironment::KisLayerStyleFilterEnvironment(KisLayer *sourceLayer) in KisLayerStyleFilterEnvironment() argument
85 Q_ASSERT(sourceLayer); in KisLayerStyleFilterEnvironment()
86 m_d->sourceLayer = sourceLayer; in KisLayerStyleFilterEnvironment()
95 return m_d->sourceLayer ? m_d->sourceLayer->projection()->exactBounds() : QRect(); in layerBounds()
100 return m_d->sourceLayer ? in defaultBounds()
101 m_d->sourceLayer->original()->defaultBounds()->bounds() : QRect(); in defaultBounds()
106 return m_d->sourceLayer ? in currentLevelOfDetail()
107 m_d->sourceLayer->original()->defaultBounds()->currentLevelOfDetail() : 0; in currentLevelOfDetail()
114 Q_ASSERT(m_d->sourceLayer); in setupFinalPainter()
[all …]
H A Dkis_layer_style_filter_projection_plane.cpp37 : sourceLayer(_sourceLayer), in Private()
44 : sourceLayer(_sourceLayer), in Private()
55 KisLayer *sourceLayer; member
66 KisLayerStyleFilterProjectionPlane(KisLayer *sourceLayer) in KisLayerStyleFilterProjectionPlane() argument
67 : m_d(new Private(sourceLayer)) in KisLayerStyleFilterProjectionPlane()
72 : m_d(new Private(*rhs.m_d, sourceLayer, clonedStyle)) in KisLayerStyleFilterProjectionPlane()
90 if (!m_d->sourceLayer || !m_d->filter) { in recalculate()
96 m_d->filter->processDirectly(m_d->sourceLayer->projection(), in recalculate()
127 if (!m_d->sourceLayer || !m_d->filter) { in needRect()
138 if (!m_d->sourceLayer || !m_d->filter) { in changeRect()
[all …]
H A Dkis_layer_style_projection_plane.h34 KisLayerStyleProjectionPlane(KisLayer *sourceLayer);
35 …KisLayerStyleProjectionPlane(const KisLayerStyleProjectionPlane &rhs, KisLayer *sourceLayer, KisPS…
52 static KisAbstractProjectionPlaneSP factoryObject(KisLayer *sourceLayer);
56 KisLayerStyleProjectionPlane(KisLayer *sourceLayer, KisPSDLayerStyleSP style);
58 void init(KisLayer *sourceLayer, KisPSDLayerStyleSP layerStyle);
/dports/graphics/xournalpp/xournalpp-1.1.0/src/undo/
H A DMoveUndoAction.cpp11 MoveUndoAction::MoveUndoAction(Layer* sourceLayer, const PageRef& sourcePage, vector<Element*>* sel… in MoveUndoAction() argument
15 this->sourceLayer = sourceLayer; in MoveUndoAction()
44 if (this->sourceLayer != this->targetLayer && this->targetLayer != nullptr) { in undo()
45 switchLayer(&this->elements, this->targetLayer, this->sourceLayer); in undo()
56 if (this->sourceLayer != this->targetLayer && this->targetLayer != nullptr) { in redo()
57 switchLayer(&this->elements, this->sourceLayer, this->targetLayer); in redo()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/brushes/
H A Dpixelbrushstate.cpp70 void PixelBrushState::strokeTo(const paintcore::Point &to, const paintcore::Layer *sourceLayer) in strokeTo() argument
115 addDab(x0, y0, p, sourceLayer); in strokeTo()
131 addDab(x0, y0, p, sourceLayer); in strokeTo()
143 …if(m_brush.isColorPickMode() && sourceLayer && m_brush.blendingMode() != paintcore::BlendMode::MOD… in strokeTo()
144 m_smudgedColor = sourceLayer->colorAt(to.x(), to.y(), qRound(m_brush.size(to.pressure()))); in strokeTo()
147 addDab(to.x(), to.y(), to.pressure(), sourceLayer); in strokeTo()
153 void PixelBrushState::addDab(int x, int y, qreal pressure, const paintcore::Layer *sourceLayer) in addDab() argument
158 if(++m_smudgeDistance > m_brush.resmudge() && smudge > 0 && sourceLayer) { in addDab()
159 const QColor sampled = sourceLayer->colorAt(x, y, brushSize); in addDab()
H A Dclassicbrushstate.cpp70 void ClassicBrushState::strokeTo(const paintcore::Point &to, const paintcore::Layer *sourceLayer) in strokeTo() argument
96 if(++m_smudgeDistance > m_brush.resmudge() && smudge>0 && sourceLayer) { in strokeTo()
97 const QColor sampled = sourceLayer->colorAt(p.x(), p.y(), qRound(m_brush.size(p.pressure()))); in strokeTo()
126 …if(m_brush.isColorPickMode() && sourceLayer && m_brush.blendingMode() != paintcore::BlendMode::MOD… in strokeTo()
127 m_smudgedColor = sourceLayer->colorAt(to.x(), to.y(), qRound(m_brush.size(to.pressure()))); in strokeTo()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DflattenUtils.cpp290 const SdfLayerHandle &sourceLayer, in _FixReferenceOrPayload() argument
295 resolveAssetPathFn(sourceLayer, refOrPayload.GetAssetPath())); in _FixReferenceOrPayload()
300 _FixAssetPaths(const SdfLayerHandle &sourceLayer, in _FixAssetPaths() argument
306 const SdfLayerHandle &sourceLayer, in _FixAssetPaths()
312 resolveAssetPathFn(sourceLayer, ap.GetAssetPath())); in _FixAssetPaths()
316 const SdfLayerHandle &sourceLayer, in _FixAssetPaths() argument
329 updateAssetPathFn(sourceLayer, resolveAssetPathFn, *val); in _FixAssetPaths()
333 updateAssetPathArrayFn(sourceLayer, resolveAssetPathFn, *val); in _FixAssetPaths()
413 _FixAssetPaths(sourceLayer, in _FixAssetPaths()
420 _FixAssetPaths(sourceLayer, in _FixAssetPaths()
[all …]
H A DflattenUtils.h77 const SdfLayerHandle& sourceLayer,
122 const SdfLayerHandle& sourceLayer,
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_duplicate_layer.cpp55 LayerImage* sourceLayer = static_cast<LayerImage*>(writer.layer()); in onExecute() local
57 api.duplicateLayerAfter(sourceLayer, in onExecute()
58 sourceLayer->parent(), in onExecute()
59 sourceLayer); in onExecute()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsfeaturelistcombobox.h43 …Q_PROPERTY( QgsVectorLayer *sourceLayer READ sourceLayer WRITE setSourceLayer NOTIFY sourceLayerCh…
61 QgsVectorLayer *sourceLayer() const;
66 void setSourceLayer( QgsVectorLayer *sourceLayer );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsfeaturelistcombobox.h43 …Q_PROPERTY( QgsVectorLayer *sourceLayer READ sourceLayer WRITE setSourceLayer NOTIFY sourceLayerCh…
61 QgsVectorLayer *sourceLayer() const;
66 void setSourceLayer( QgsVectorLayer *sourceLayer );
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/tools/
H A DEditSelectionContents.cpp32 … const PageRef& sourcePage, Layer* sourceLayer, XojPageView* sourceView): in EditSelectionContents() argument
37 sourceLayer(sourceLayer), in EditSelectionContents()
90 auto* undo = new SizeUndoAction(this->sourcePage, this->sourceLayer); in setSize()
141 auto* undo = new FillUndoAction(this->sourcePage, this->sourceLayer); in setFill()
193 auto* undo = new FontUndoAction(this->sourcePage, this->sourceLayer); in setFont()
239 auto undo = std::make_unique<LineStyleUndoAction>(this->sourcePage, this->sourceLayer); in setLineStyle()
270 auto* undo = new ColorUndoAction(this->sourcePage, this->sourceLayer); in setColor()
301 Layer* layer = this->sourceLayer; in fillUndoItem()
410 …undo->addUndoAction(std::make_unique<MoveUndoAction>(this->sourceLayer, this->sourcePage, &this->s… in updateContent()
464 this->sourceLayer = layer; in updateContent()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsfeaturepickermodelbase.h36 …Q_PROPERTY( QgsVectorLayer *sourceLayer READ sourceLayer WRITE setSourceLayer NOTIFY sourceLayerCh…
68 QgsVectorLayer *sourceLayer() const;
73 void setSourceLayer( QgsVectorLayer *sourceLayer );
H A Dqgsfeaturefiltermodel.cpp86 …y( constValues, values.join( QLatin1Char( ' ' ) ), QgsFeature( sourceLayer() ? sourceLayer()->fiel… in createEntry()
133 …return new QgsFeatureExpressionValuesGatherer( sourceLayer(), displayExpression(), request, mIdent… in createValuesGatherer()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsfeaturepickermodelbase.h35 …Q_PROPERTY( QgsVectorLayer *sourceLayer READ sourceLayer WRITE setSourceLayer NOTIFY sourceLayerCh…
67 QgsVectorLayer *sourceLayer() const;
72 void setSourceLayer( QgsVectorLayer *sourceLayer );
H A Dqgsofflineediting.h129 void copySymbology( QgsVectorLayer *sourceLayer, QgsVectorLayer *targetLayer );
134 void updateRelations( QgsVectorLayer *sourceLayer, QgsVectorLayer *targetLayer );
139 void updateMapThemes( QgsVectorLayer *sourceLayer, QgsVectorLayer *targetLayer );
144 void updateLayerOrder( QgsVectorLayer *sourceLayer, QgsVectorLayer *targetLayer );
H A Dqgsfeaturefiltermodel.cpp86 …y( constValues, values.join( QLatin1Char( ' ' ) ), QgsFeature( sourceLayer() ? sourceLayer()->fiel… in createEntry()
133 …return new QgsFeatureExpressionValuesGatherer( sourceLayer(), displayExpression(), request, mIdent… in createValuesGatherer()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc.cpp312 const LayerImage* sourceLayer = static_cast<const LayerImage*>(sourceLayer0); in copyLayerContent() local
316 destLayer->setBlendMode(sourceLayer->blendMode()); in copyLayerContent()
317 destLayer->setOpacity(sourceLayer->opacity()); in copyLayerContent()
320 CelConstIterator it = sourceLayer->getCelBegin(); in copyLayerContent()
321 CelConstIterator end = sourceLayer->getCelEnd(); in copyLayerContent()
350 const LayerGroup* sourceLayer = static_cast<const LayerGroup*>(sourceLayer0); in copyLayerContent() local
353 for (Layer* sourceChild : sourceLayer->layers()) { in copyLayerContent()
/dports/graphics/wdune/wdune-1.926/batch/
H A Dinserticon-gimp2_8.scm59 (define sourceLayer (car (gimp-layer-new iconImage (+ 16 iconWidth) iconHeight
62 (gimp-image-add-layer iconImage sourceLayer 0)
69 (dune-copy-rectangle theImage sourceLayer position 0
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutitemattributetable.cpp81 QgsVectorLayer *prevLayer = sourceLayer(); in setVectorLayer()
111 QgsVectorLayer *prevLayer = sourceLayer(); in setRelationId()
167 QgsVectorLayer *source = sourceLayer(); in resetColumns()
317 QgsVectorLayer *source = sourceLayer(); in setDisplayedFields()
367 QgsVectorLayer *source = sourceLayer(); in restoreFieldAliasMap()
391 QgsVectorLayer *layer = sourceLayer(); in getTableContents()
720 QgsVectorLayer *source { sourceLayer() }; in filteredColumns()
853 if ( QgsVectorLayer *prevLayer = sourceLayer() ) in readPropertiesFromElement()
898 if ( QgsVectorLayer *newLayer = sourceLayer() ) in readPropertiesFromElement()
914 QgsVectorLayer *prevLayer = sourceLayer(); in setSource()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutitemattributetable.cpp81 QgsVectorLayer *prevLayer = sourceLayer(); in setVectorLayer()
111 QgsVectorLayer *prevLayer = sourceLayer(); in setRelationId()
167 QgsVectorLayer *source = sourceLayer(); in resetColumns()
317 QgsVectorLayer *source = sourceLayer(); in setDisplayedFields()
367 QgsVectorLayer *source = sourceLayer(); in restoreFieldAliasMap()
391 QgsVectorLayer *layer = sourceLayer(); in getTableContents()
714 QgsVectorLayer *source { sourceLayer() }; in filteredColumns()
849 if ( QgsVectorLayer *prevLayer = sourceLayer() ) in readPropertiesFromElement()
894 if ( QgsVectorLayer *newLayer = sourceLayer() ) in readPropertiesFromElement()
910 QgsVectorLayer *prevLayer = sourceLayer(); in setSource()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/
H A DflattenLayerStack.cpp67 const SdfLayerHandle &sourceLayer, in UsdUtilsFlattenLayerStackResolveAssetPath() argument
70 return UsdFlattenLayerStackResolveAssetPath(sourceLayer, assetPath); in UsdUtilsFlattenLayerStackResolveAssetPath()
H A DflattenLayerStack.h78 const SdfLayerHandle& sourceLayer,
123 const SdfLayerHandle& sourceLayer,
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthSplat/
H A DLandUseTileSource.cpp154 …void load(const TileKey& key, ImageLayer* sourceLayer, float sourceWarp, ProgressCallback* progres… in load()
156 …if ( sourceLayer->getEnabled() && sourceLayer->getVisible() && sourceLayer->isKeyInLegalRange(key)… in load()
160 image = sourceLayer->createImage(k, progress); in load()

123456789