Home
last modified time | relevance | path

Searched refs:GetForegroundColor (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_message_center/
H A Dmedia_notification_background_impl_unittest.cc109 base::Optional<SkColor> GetForegroundColor() const { in GetForegroundColor() function in media_message_center::MediaNotificationBackgroundImplTest
297 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
311 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
325 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
340 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
354 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
367 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
382 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
398 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
410 GetForegroundColor()); in TEST_P()
H A Dmedia_notification_background.h38 virtual SkColor GetForegroundColor(const views::View& ownser) const = 0;
H A Dmedia_notification_background_ash_impl.h34 SkColor GetForegroundColor(const views::View& owner) const override; in COMPONENT_EXPORT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/media_message_center/
H A Dmedia_notification_background_unittest.cc108 base::Optional<SkColor> GetForegroundColor() const { in GetForegroundColor() function in media_message_center::MediaNotificationBackgroundTest
295 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
309 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
323 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
338 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
352 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
365 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
380 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
396 EXPECT_EQ(kTestColor, GetForegroundColor()); in TEST_P()
408 GetForegroundColor()); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dprogress_bar_unittest.cc35 EXPECT_NE(SK_ColorRED, bar.GetForegroundColor()); in TEST_F()
37 EXPECT_NE(bar.GetForegroundColor(), bar.GetBackgroundColor()); in TEST_F()
41 EXPECT_EQ(SK_ColorRED, bar.GetForegroundColor()); in TEST_F()
H A Dprogress_bar.cc97 slice_flags.setColor(GetForegroundColor()); in OnPaint()
122 SkColor ProgressBar::GetForegroundColor() const { in GetForegroundColor() function in views::ProgressBar
140 color_utils::BlendTowardMaxContrast(GetForegroundColor(), 0xCC)); in GetBackgroundColor()
226 slice_flags.setColor(GetForegroundColor()); in OnPaintIndeterminate()
H A Dprogress_bar.h44 SkColor GetForegroundColor() const;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dfootprint_preview_widget.cpp53 m_statusPanel->SetForegroundColour( m_prev_panel->GetForegroundColor().ToColour() ); in FOOTPRINT_PREVIEW_WIDGET()
54 m_status->SetForegroundColour( m_prev_panel->GetForegroundColor().ToColour() ); in FOOTPRINT_PREVIEW_WIDGET()
59 SetForegroundColour( m_prev_panel->GetForegroundColor().ToColour() ); in FOOTPRINT_PREVIEW_WIDGET()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/main_stage/
H A Dassistant_onboarding_suggestion_view.cc55 SkColor GetForegroundColor(int index) { in GetForegroundColor() function
140 SetInkDropBaseColor(GetForegroundColor(index_)); in InitLayout()
186 GetForegroundColor(index_)), in InitLayout()
198 label_->SetEnabledColor(GetForegroundColor(index_)); in InitLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dprogress_bar_unittest.cc92 EXPECT_NE(SK_ColorRED, bar_->GetForegroundColor()); in TEST_F()
94 EXPECT_NE(bar_->GetForegroundColor(), bar_->GetBackgroundColor()); in TEST_F()
98 EXPECT_EQ(SK_ColorRED, bar_->GetForegroundColor()); in TEST_F()
H A Dprogress_bar.cc115 slice_flags.setColor(GetForegroundColor()); in OnPaint()
142 SkColor ProgressBar::GetForegroundColor() const { in GetForegroundColor() function in views::ProgressBar
160 color_utils::BlendTowardMaxContrast(GetForegroundColor(), 0xCC)); in GetBackgroundColor()
246 slice_flags.setColor(GetForegroundColor()); in OnPaintIndeterminate()
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/shellwidget/test/
H A Dtest_cell.cpp17 QCOMPARE(c.GetForegroundColor(), QColor()); in cellDefault()
20 QVERIFY(!c.GetForegroundColor().isValid()); in cellDefault()
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/shellwidget/
H A Dcell.h53 QColor GetForegroundColor() const { return m_highlight.GetForegroundColor(); } in GetForegroundColor() function
H A Dcursor.h35 m_foreground = highlight.GetForegroundColor(); in SetColor()
69 QColor GetForegroundColor() const noexcept in GetForegroundColor() function
H A Dshellwidget.cpp186 QColor cursorForegroundColor{ m_cursor.GetForegroundColor() }; in paintNeovimCursorForeground()
257 QColor fgColor{ cell.GetForegroundColor() }; in paintEvent()
293 } else if (cell.GetForegroundColor().isValid()) { in paintEvent()
294 pen.setColor(cell.GetForegroundColor()); in paintEvent()
299 if (cell.GetForegroundColor().isValid()) { in paintEvent()
300 pen.setColor(cell.GetForegroundColor()); in paintEvent()
H A Dhighlight.h34 QColor GetForegroundColor() const noexcept;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/location_bar/
H A Dselected_keyword_view.cc58 vector_icons::kSearchIcon, GetForegroundColor(), in SetCustomImage()
67 SkColor SelectedKeywordView::GetForegroundColor() const { in GetForegroundColor() function in SelectedKeywordView
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/
H A DColorBarAnnotation.cxx67 this->Axis.SetColor(canvas.GetForegroundColor()); in Render()
101 canvas.GetForegroundColor(), in Render()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/
H A DColorBarAnnotation.cxx79 this->Axis.SetColor(canvas.GetForegroundColor()); in Render()
113 canvas.GetForegroundColor(), in Render()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfTable.h122 virtual PdfColor GetForegroundColor( int col, int row ) const = 0;
319 inline virtual PdfColor GetForegroundColor( int col, int row ) const;
528 PdfColor PdfSimpleTableModel::GetForegroundColor( int, int ) const in GetForegroundColor() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/toolbar/
H A Dbrowser_app_menu_button.cc208 GetForegroundColor(state)); in UpdateIcon()
311 SkColor BrowserAppMenuButton::GetForegroundColor(ButtonState state) const { in GetForegroundColor() function in BrowserAppMenuButton
314 : ToolbarButton::GetForegroundColor(state); in GetForegroundColor()
H A Dtoolbar_button.cc183 SkColor ToolbarButton::GetForegroundColor(ButtonState state) const { in GetForegroundColor() function in ToolbarButton
217 UpdateIconsWithColors(icon, GetForegroundColor(ButtonState::STATE_NORMAL), in UpdateIconsWithStandardColors()
218 GetForegroundColor(ButtonState::STATE_HOVERED), in UpdateIconsWithStandardColors()
219 GetForegroundColor(ButtonState::STATE_PRESSED), in UpdateIconsWithStandardColors()
220 GetForegroundColor(ButtonState::STATE_DISABLED)); in UpdateIconsWithStandardColors()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogLauncher.cpp196 list.SetColors( colors.GetBackgroundColor(), colors.GetForegroundColor() ); in OnInitDialog()
197 tree.SetColors( colors.GetBackgroundColor(), colors.GetForegroundColor() ); in OnInitDialog()
404 list.SetColors( colors.GetBackgroundColor(), colors.GetForegroundColor(), List::REPAINT ); in OnCmdOptionsColors()
405 tree.SetColors( colors.GetBackgroundColor(), colors.GetForegroundColor(), Tree::REPAINT ); in OnCmdOptionsColors()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/widgets/
H A Dfootprint_preview_widget.h109 virtual const KIGFX::COLOR4D& GetForegroundColor() = 0;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfootprint_preview_panel.h59 virtual const KIGFX::COLOR4D& GetForegroundColor() override;

123