Home
last modified time | relevance | path

Searched refs:applyBackground (Results 1 – 6 of 6) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Potential_Flow.cc500 bool applyBackground(false); in cookVDBSop() local
510 applyBackground = static_cast<int>( in cookVDBSop()
525 *grid, *domain, velGrid, backgroundVelocityD, applyBackground); in cookVDBSop()
539 *grid, *domain, velGrid, backgroundVelocity, applyBackground); in cookVDBSop()
/dports/www/matomo/piwik/vendor/davaxi/sparkline/src/Sparkline/
H A DPicture.php82 public function applyBackground(array $backgroundColor) function in Davaxi\\Sparkline\\Picture
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlTableStyle.h193 void applyBackground(MSOOXML::TableStyleProperties* properties, KoCellStyle::Ptr& style,
H A DMsooXmlTableStyle.cpp180 applyBackground(styleProperties, style, row, column); in applyStyle()
214 void TableStyleConverter::applyBackground(TableStyleProperties* styleProperties, KoCellStyle::Ptr& … in applyBackground() function in TableStyleConverter
/dports/www/matomo/piwik/vendor/davaxi/sparkline/src/
H A DSparkline.php116 $picture->applyBackground($this->backgroundColor);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_theme.cpp225 void applyBackground(QImage &&background, bool tiled, Instance *out) { in applyBackground() function
345 applyBackground(std::move(background), backgroundTiled, out); in LoadTheme()
397 applyBackground(std::move(background), cache.tiled, nullptr); in InitializeFromCache()