/dports/graphics/krita/krita-4.4.8/libs/image/tests/ |
H A D | kis_base_node_test.cpp | 132 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 D | kis_base_node.cpp | 39 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 D | qquick3dprincipledmaterial_p.h | 80 …Q_PROPERTY(TextureChannelMapping opacityChannel READ opacityChannel WRITE setOpacityChannel NOTIFY… 146 Q_REVISION(1) TextureChannelMapping opacityChannel() const;
|
H A D | qquick3ddefaultmaterial_p.h | 79 …Q_PROPERTY(TextureChannelMapping opacityChannel READ opacityChannel WRITE setOpacityChannel NOTIFY… 134 Q_REVISION(1) TextureChannelMapping opacityChannel() const;
|
H A D | qquick3dprincipledmaterial.cpp | 489 QQuick3DMaterial::TextureChannelMapping QQuick3DPrincipledMaterial::opacityChannel() const in opacityChannel() function in QQuick3DPrincipledMaterial 925 material->opacityChannel = channelMapping(m_opacityChannel); in updateSpatialNode()
|
H A D | qquick3ddefaultmaterial.cpp | 487 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 D | fbxMaterialToOsgStateSet.h | 42 std::string opacityChannel; member
|
H A D | fbxMaterialToOsgStateSet.cpp | 76 result.opacityChannel = lTexture->UVSet.Get(); in convert()
|
H A D | fbxRMesh.cpp | 500 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 D | qssgrenderdefaultmaterial_p.h | 136 TextureChannelMapping opacityChannel = TextureChannelMapping::A; member
|
/dports/graphics/krita/krita-4.4.8/plugins/dockers/layerdocker/ |
H A D | LayerBox.cpp | 522 …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 D | PrincipledMaterialSection.qml | 277 backendValue: backendValues.opacityChannel
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/fbx/ |
H A D | fbxRMesh.cpp | 735 …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 D | plugins.qmltypes | 246 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 D | qssgrendererimpllayerrenderpreparationdata.cpp | 404 value = inMaterial->opacityChannel; in prepareImageForRender()
|