Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_base_node_test.cpp132 KisScalarKeyframeChannel *opacityChannel = dynamic_cast<KisScalarKeyframeChannel*>(channel); in testOpacityKeyframing() local
133 QVERIFY(opacityChannel); in testOpacityKeyframing()
135 KisKeyframeSP key1 = opacityChannel->addKeyframe(7); in testOpacityKeyframing()
136 opacityChannel->setScalarValue(key1, 128); in testOpacityKeyframing()
138 KisKeyframeSP key2 = opacityChannel->addKeyframe(20); in testOpacityKeyframing()
139 opacityChannel->setScalarValue(key2, 64); in testOpacityKeyframing()
161 QCOMPARE(opacityChannel->scalarValue(key2), 32.0); in testOpacityKeyframing()
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_base_node.cpp39 QScopedPointer<KisScalarKeyframeChannel> opacityChannel; member
114 m_d->opacityChannel.reset(channelNew); in KisBaseNode()
134 if (m_d->opacityChannel) { in opacity()
135 qreal value = m_d->opacityChannel->currentValue(); in opacity()
147 if (m_d->opacityChannel) { in setOpacity()
148 KisKeyframeSP activeKeyframe = m_d->opacityChannel->currentlyActiveKeyframe(); in setOpacity()
151 m_d->opacityChannel->setScalarValue(activeKeyframe, val); in setOpacity()
484 Q_ASSERT(m_d->opacityChannel.isNull()); in requestKeyframeChannel()
497 m_d->opacityChannel.reset(channel); in requestKeyframeChannel()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dprincipledmaterial_p.h80 …Q_PROPERTY(TextureChannelMapping opacityChannel READ opacityChannel WRITE setOpacityChannel NOTIFY…
146 Q_REVISION(1) TextureChannelMapping opacityChannel() const;
H A Dqquick3ddefaultmaterial_p.h79 …Q_PROPERTY(TextureChannelMapping opacityChannel READ opacityChannel WRITE setOpacityChannel NOTIFY…
134 Q_REVISION(1) TextureChannelMapping opacityChannel() const;
H A Dqquick3dprincipledmaterial.cpp489 QQuick3DMaterial::TextureChannelMapping QQuick3DPrincipledMaterial::opacityChannel() const in opacityChannel() function in QQuick3DPrincipledMaterial
925 material->opacityChannel = channelMapping(m_opacityChannel); in updateSpatialNode()
H A Dqquick3ddefaultmaterial.cpp487 QQuick3DMaterial::TextureChannelMapping QQuick3DDefaultMaterial::opacityChannel() const in opacityChannel() function in QQuick3DDefaultMaterial
898 material->opacityChannel = channelMapping(m_opacityChannel); in updateSpatialNode()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/
H A DfbxMaterialToOsgStateSet.h42 std::string opacityChannel; member
H A DfbxMaterialToOsgStateSet.cpp76 result.opacityChannel = lTexture->UVSet.Get(); in convert()
H A DfbxRMesh.cpp500 return stateSetList[i].opacityChannel; in getUVChannelForTextureMap()
725 …std::string opacityChannel = getUVChannelForTextureMap(stateSetList, FbxSurfaceMaterial::sTranspar… in readMesh() local
732 …const FbxLayerElementUV* pFbxUVs_opacity = getUVElementForChannel(opacityChannel, FbxLayerElement:… in readMesh()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/graphobjects/
H A Dqssgrenderdefaultmaterial_p.h136 TextureChannelMapping opacityChannel = TextureChannelMapping::A; member
/dports/graphics/krita/krita-4.4.8/plugins/dockers/layerdocker/
H A DLayerBox.cpp522 …KisKeyframeChannel *opacityChannel = activeNode->getKeyframeChannel(KisKeyframeChannel::Opacity.id… in updateUI() local
523 if (opacityChannel) { in updateUI()
524 watchOpacityChannel(opacityChannel); in updateUI()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/imports/quick3d/designer/
H A DPrincipledMaterialSection.qml277 backendValue: backendValues.opacityChannel
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/fbx/
H A DfbxRMesh.cpp735 …std::string opacityChannel = getUVChannelForTextureMap(stateSetList, FbxSurfaceMaterial::sTranspar… in readMesh() local
745 …const FbxLayerElementUV* pFbxUVs_opacity = getUVElementForChannel(opacityChannel, FbxLayerElement:… in readMesh()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/imports/quick3d/
H A Dplugins.qmltypes246 Property { name: "opacityChannel"; revision: 1; type: "TextureChannelMapping" }
1003 Property { name: "opacityChannel"; revision: 1; type: "TextureChannelMapping" }
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/rendererimpl/
H A Dqssgrendererimpllayerrenderpreparationdata.cpp404 value = inMaterial->opacityChannel; in prepareImageForRender()