Home
last modified time | relevance | path

Searched defs:newOpacity (Results 1 – 25 of 80) sorted by relevance

1234

/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DGUIOptionsMenu.cxx497 const float newOpacity = (float)list->getIndex() / 10.0f; in callback() local
506 const float newOpacity = (float)list->getIndex() / 10.0f; in callback() local
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DGUIOptionsMenu.cxx497 const float newOpacity = (float)list->getIndex() / 10.0f; in callback() local
506 const float newOpacity = (float)list->getIndex() / 10.0f; in callback() local
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/Testing/Cpp/
H A DctkVTKPropertyWidgetTest.cpp69 double newOpacity(0.9); in testVTKProperty() local
/dports/multimedia/assimp/assimp-5.1.3/test/unit/
H A DutIssues.cpp74 float newOpacity; in TEST_F() local
/dports/graphics/krita/krita-4.4.8/libs/image/commands/
H A Dkis_node_opacity_command.cpp25 KisNodeOpacityCommand::KisNodeOpacityCommand(KisNodeSP node, quint8 oldOpacity, quint8 newOpacity) : in KisNodeOpacityCommand()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/qtutil/filter/
H A Doverlayfilterwidget.cpp73 void OverlayFilterWidget::updateOpacity(int newOpacity) in updateOpacity()
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DFontManager.h95 inline void FontManager::setOpacity(float newOpacity) in setOpacity()
/dports/games/bzflag/bzflag-2.4.22/include/
H A DFontManager.h95 inline void FontManager::setOpacity(float newOpacity) in setOpacity()
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutpicturewidget.cpp377 const double newOpacity = hasFillOpacityParam ? fill.alphaF() : 1.0; in updateSvgParamGui() local
390 const double newOpacity = hasStrokeOpacityParam ? stroke.alphaF() : 1.0; in updateSvgParamGui() local
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkMaterialPropertyWidget.cpp113 void ctkMaterialPropertyWidget::setOpacity(double newOpacity) in setOpacity()
203 void ctkMaterialPropertyWidget::onOpacityChanged(double newOpacity) in onOpacityChanged()
H A DctkMaterialPropertyPreviewLabel.cpp176 void ctkMaterialPropertyPreviewLabel::setOpacity(double newOpacity) in setOpacity()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/drawables/
H A Djuce_DrawableImage.cpp64 void DrawableImage::setOpacity (const float newOpacity) in setOpacity()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/drawables/
H A Djuce_DrawableImage.cpp64 void DrawableImage::setOpacity (const float newOpacity) in setOpacity()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutpicturewidget.cpp402 double newOpacity = hasFillOpacityParam ? fill.alphaF() : 1.0; in updateSvgParamGui() local
415 double newOpacity = hasStrokeOpacityParam ? stroke.alphaF() : 1.0; in updateSvgParamGui() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/base/
H A Dsurface.cpp341 Surface &Surface::setOpacity(dfloat newOpacity) in setOpacity()
539 dfloat newOpacity; in setProperty() local
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKSurfaceMaterialPropertyWidget.cpp135 void ctkVTKSurfaceMaterialPropertyWidget::onOpacityChanged(double newOpacity) in onOpacityChanged()
H A DctkVTKPropertyWidget.cpp387 void ctkVTKPropertyWidget::setOpacity(double newOpacity) in setOpacity()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/colour/
H A Djuce_FillType.cpp140 void FillType::setOpacity (const float newOpacity) noexcept in setOpacity()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/colour/
H A Djuce_FillType.cpp140 void FillType::setOpacity (const float newOpacity) noexcept in setOpacity()
/dports/graphics/krita/krita-4.4.8/plugins/filters/colors/
H A Dkis_color_to_alpha.cpp91 qreal newOpacity = diff >= threshold ? 1.0 : diff / thresholdF; in applyToIterator() local
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_cel_properties.cpp162 const int newOpacity = opacityValue(); in onCommitChange() local
H A Dcmd_layer_properties.cpp215 int newOpacity = opacityValue(); in onCommitChange() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/hud/
H A Dhudwidget.cpp151 HudWidget &HudWidget::setOpacity(float newOpacity) in setOpacity()
/dports/graphics/krita/krita-4.4.8/plugins/tools/defaulttool/referenceimagestool/
H A DToolReferenceImagesWidget.cpp173 void ToolReferenceImagesWidget::slotOpacitySliderChanged(qreal newOpacity) in slotOpacitySliderChanged()
/dports/graphics/krita/krita-4.4.8/plugins/assistants/Assistants/
H A Dkis_assistant_tool.cc1088 qreal newOpacity = m_options.assistantsGlobalOpacitySlider->value() * 0.01 * 255.0; in slotGlobalAssistantOpacityChanged() local
1120 qreal newOpacity = m_options.customColorOpacitySlider->value() * 0.01 * 255.0; in slotCustomOpacityChanged() local

1234