Home
last modified time | relevance | path

Searched refs:transparentBlack (Results 1 – 25 of 97) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DFramebufferMultiviewTest.cpp470 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(0, GL_COLOR_ATTACHMENT0)); in TEST_P()
473 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(3, GL_COLOR_ATTACHMENT0)); in TEST_P()
500 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(0, GL_COLOR_ATTACHMENT0)); in TEST_P()
503 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(3, GL_COLOR_ATTACHMENT0)); in TEST_P()
505 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(0, GL_COLOR_ATTACHMENT1)); in TEST_P()
508 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(3, GL_COLOR_ATTACHMENT1)); in TEST_P()
586 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(0, colorAttachment)); in TEST_P()
589 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(3, colorAttachment)); in TEST_P()
599 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(0, GL_COLOR_ATTACHMENT0)); in TEST_P()
602 EXPECT_EQ(GLColor::transparentBlack, getLayerColor(3, GL_COLOR_ATTACHMENT0)); in TEST_P()
[all …]
H A DRobustResourceInitTest.cpp45 GLColor r = GLColor::transparentBlack; in UncompressDXTBlock()
565 checkNonZeroPixels(&tex, 0, 0, 0, 0, GLColor::transparentBlack); in TEST_P()
1233 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::transparentBlack); in TEST_P()
1286 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::transparentBlack); in TEST_P()
1415 GLColor expectedColor = GLColor::transparentBlack; in TEST_P()
2198 EXPECT_PIXEL_COLOR_EQ(1, 0, GLColor::transparentBlack); in TEST_P()
2199 EXPECT_PIXEL_COLOR_EQ(0, 1, GLColor::transparentBlack); in TEST_P()
2200 EXPECT_PIXEL_COLOR_EQ(1, 1, GLColor::transparentBlack); in TEST_P()
2205 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::transparentBlack); in TEST_P()
2206 EXPECT_PIXEL_COLOR_EQ(1, 0, GLColor::transparentBlack); in TEST_P()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/properties/
H A Djuce_MultiChoicePropertyComponent.h134 …Button expandButton { "Expand", Colours::transparentBlack, Colours::transparentBlack, Colours::tra…
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/properties/
H A Djuce_MultiChoicePropertyComponent.h134 …Button expandButton { "Expand", Colours::transparentBlack, Colours::transparentBlack, Colours::tra…
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/Sidebar/
H A Djucer_ExporterTreeItems.h58 … if (e->isXcode()) return Icon (getIcons().xcode, Colours::transparentBlack); in getIconForExporter()
59 … else if (e->isVisualStudio()) return Icon (getIcons().visualStudio, Colours::transparentBlack); in getIconForExporter()
60 … else if (e->isAndroid()) return Icon (getIcons().android, Colours::transparentBlack); in getIconForExporter()
61 … else if (e->isCodeBlocks()) return Icon (getIcons().codeBlocks, Colours::transparentBlack); in getIconForExporter()
62 … else if (e->isMakefile()) return Icon (getIcons().linux, Colours::transparentBlack); in getIconForExporter()
63 … else if (e->isCLion()) return Icon (getIcons().clion, Colours::transparentBlack); in getIconForExporter()
279 …rter.getUniqueName() + " - " + conf.getName(), Icon (getIcons().config, Colours::transparentBlack)) in SettingsComp()
/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Source/UI/
H A DMainComponent.cpp124 …utton homeButton { "Home", Colours::transparentBlack, Colours::transparentBlack, Colours::tra…
125 …settingsButton { "Settings", Colours::transparentBlack, Colours::transparentBlack, Colours::trans…
H A DDemoContentComponent.cpp108 addTab ("Demo", Colours::transparentBlack, demoContent.get(), false); in DemoContentComponent()
112 addTab ("Code", Colours::transparentBlack, codeContent.get(), false); in DemoContentComponent()
115 …addTab ("Settings", Colours::transparentBlack, new SettingsContent (dynamic_cast<MainComponent&> (… in DemoContentComponent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp534 EXPECT_PIXEL_COLOR_EQ(-1, -1, GLColor::transparentBlack); in TEST_P()
535 EXPECT_PIXEL_COLOR_EQ(size, 0, GLColor::transparentBlack); in TEST_P()
536 EXPECT_PIXEL_COLOR_EQ(0, size, GLColor::transparentBlack); in TEST_P()
537 EXPECT_PIXEL_COLOR_EQ(size, size, GLColor::transparentBlack); in TEST_P()
558 EXPECT_PIXEL_COLOR_EQ(-1, -1, GLColor::transparentBlack); in TEST_P()
559 EXPECT_PIXEL_COLOR_EQ(size, 0, GLColor::transparentBlack); in TEST_P()
560 EXPECT_PIXEL_COLOR_EQ(0, size, GLColor::transparentBlack); in TEST_P()
561 EXPECT_PIXEL_COLOR_EQ(size, size, GLColor::transparentBlack); in TEST_P()
582 EXPECT_PIXEL_COLOR_EQ(-1, -1, GLColor::transparentBlack); in TEST_P()
583 EXPECT_PIXEL_COLOR_EQ(size, 0, GLColor::transparentBlack); in TEST_P()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DCopyTextureTest.cpp428 GLColor transparentPixels[4 * 4] = {GLColor::transparentBlack, GLColor::transparentBlack, in TEST_P()
429 GLColor::transparentBlack, GLColor::transparentBlack}; in TEST_P()
443 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::transparentBlack); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/canvas/
H A Dcanvas_async_blob_creator_test.cc225 SkPaint transparentRed, transparentGreen, transparentBlue, transparentBlack; in DrawAndReturnImage() local
229 transparentBlack.setARGB(128, 27, 27, 27); in DrawAndReturnImage()
240 transparentBlack); in DrawAndReturnImage()
/dports/devel/juce/JUCE-f37e9a1/examples/Plugins/
H A DInterAppAudioEffectPluginDemo.h69 g.fillAll (Colours::transparentBlack); in paint()
520 icon, 1.0, Colours::transparentBlack, in updateSwitchToHostDisplay()
521 icon, 1.0, Colours::transparentBlack, in updateSwitchToHostDisplay()
522 icon, 1.0, Colours::transparentBlack); in updateSwitchToHostDisplay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/canvas/
H A Dcanvas_async_blob_creator_test.cc228 SkPaint transparentRed, transparentGreen, transparentBlue, transparentBlack; in DrawAndReturnImage() local
232 transparentBlack.setARGB(128, 27, 27, 27); in DrawAndReturnImage()
243 transparentBlack); in DrawAndReturnImage()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_FileGroupInformationComponent.h37 header (item.getName(), { getIcons().openFolder, Colours::transparentBlack }) in FileGroupInformationComponent()
42 list.setColour (ListBox::backgroundColourId, Colours::transparentBlack);
258 schemeBox.setColour (ComboBox::outlineColourId, Colours::transparentBlack); in lookAndFeelChanged()
H A Djucer_ModulesInformationComponent.h44 list.setColour (ListBox::backgroundColourId, Colours::transparentBlack); in ModulesInformationComponent()
194 ContentViewHeader header { "Modules", { getIcons().modules, Colours::transparentBlack } };
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasterdrawer.cpp82 const QRgb transparentBlack = qRgba( 0, 0, 0, 0 ); in draw() local
88 if ( img.pixel( x, y ) == transparentBlack ) in draw()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasterdrawer.cpp80 QRgb transparentBlack = qRgba( 0, 0, 0, 0 ); in draw() local
86 if ( img.pixel( x, y ) == transparentBlack ) in draw()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DAnimationDemo.h231 juceIcon, 0.7f, Colours::transparentBlack, in createRandomButton()
245 juceIcon, 1.0f, Colours::transparentBlack, in createButton()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/StartPage/
H A Djucer_StartPageComponent.cpp168 …addTab ("New Project", Colours::transparentBlack, createProjectTemplatesTab (content, std::move (n… in ProjectTemplatesAndExamples()
180 …addTab ("Open Example", Colours::transparentBlack, exampleTabs == nullptr ? new SetJUCEPathCompone… in refreshExamplesTab()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_ComboBox.cpp428 label->setColour (Label::backgroundColourId, Colours::transparentBlack); in lookAndFeelChanged()
432 label->setColour (TextEditor::backgroundColourId, Colours::transparentBlack); in lookAndFeelChanged()
434 label->setColour (TextEditor::outlineColourId, Colours::transparentBlack); in lookAndFeelChanged()
H A Djuce_Label.cpp35 setColour (TextEditor::backgroundColourId, Colours::transparentBlack); in Label()
36 setColour (TextEditor::outlineColourId, Colours::transparentBlack); in Label()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_ComboBox.cpp428 label->setColour (Label::backgroundColourId, Colours::transparentBlack); in lookAndFeelChanged()
432 label->setColour (TextEditor::backgroundColourId, Colours::transparentBlack); in lookAndFeelChanged()
434 label->setColour (TextEditor::outlineColourId, Colours::transparentBlack); in lookAndFeelChanged()
H A Djuce_Label.cpp35 setColour (TextEditor::backgroundColourId, Colours::transparentBlack); in Label()
36 setColour (TextEditor::outlineColourId, Colours::transparentBlack); in Label()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/LiveBuildEngine/UI/
H A Djucer_ActivityListComponent.h40 list.setColour (ListBox::backgroundColourId, Colours::transparentBlack); in CurrentActivitiesComp()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/UI/
H A Djucer_ProjucerLookAndFeel.cpp572 setColour (TextEditor::outlineColourId, Colours::transparentBlack); in setupColours()
573 setColour (TextEditor::focusedOutlineColourId, Colours::transparentBlack); in setupColours()
578 setColour (TextPropertyComponent::outlineColourId, Colours::transparentBlack); in setupColours()
581 setColour (BooleanPropertyComponent::outlineColourId, Colours::transparentBlack); in setupColours()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/windows/
H A Djuce_AlertWindow.cpp229 setColour (TextEditor::backgroundColourId, Colours::transparentBlack); in AlertTextComp()
230 setColour (TextEditor::outlineColourId, Colours::transparentBlack); in AlertTextComp()
231 setColour (TextEditor::shadowColourId, Colours::transparentBlack); in AlertTextComp()

1234