Home
last modified time | relevance | path

Searched refs:overrideColors (Results 1 – 10 of 10) sorted by relevance

/dports/net/linphone/linphoneqt-4.1.1/src/components/other/colors/
H A DColors.cpp60 overrideColors(config); in useConfig()
62 overrideColors(config); in useConfig()
68 void Colors::overrideColors (const shared_ptr<linphone::Config> &config) { in overrideColors() function in Colors
H A DColors.hpp135 void overrideColors (const std::shared_ptr<linphone::Config> &config);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/effects/
H A Dpath_shift_gradient.h29 void overrideColors(const style::color &bg, const style::color &fg);
H A Dpath_shift_gradient.cpp54 void PathShiftGradient::overrideColors( in overrideColors() function in Ui::PathShiftGradient
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dcss-fonts.idl35 readonly attribute CSSOMString overrideColors;
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-fonts/
H A Didlharness.html.ini68 [CSSFontPaletteValuesRule interface: attribute overrideColors]
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dsky.h94 void overrideColors(const video::SColor &bgcolor, const video::SColor &skycolor) in overrideColors() function
H A Dgame.cpp3756 sky->overrideColors(clouds_dark, clouds->getColor()); in updateFrame()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/calendar/controller/
H A DEventController.php916 private $overrideColors = true; variable in GO\\Calendar\\Controller\\EventController
931 $this->overrideColors = true;
971 $this->overrideColors = false;
1026 if($response['calendar_count'] > 1 && $this->overrideColors){
1497 if($response['calendar_count'] > 1 && $this->overrideColors){
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_sticker.cpp238 pathGradient->overrideColors( in paintPath()