MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / IsCloudWallPaper

Function IsCloudWallPaper

Telegram/SourceFiles/data/data_wall_paper.cpp:765–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765bool IsCloudWallPaper(const WallPaper &paper) {
766 return (paper.id() != kIncorrectDefaultBackground)
767 && !IsThemeWallPaper(paper)
768 && !IsCustomWallPaper(paper)
769 && !IsLegacy1DefaultWallPaper(paper)
770 && !details::IsUninitializedWallPaper(paper)
771 && !details::IsTestingThemeWallPaper(paper)
772 && !details::IsTestingDefaultWallPaper(paper)
773 && !details::IsTestingEditorWallPaper(paper);
774}
775
776QImage GenerateDitheredGradient(const Data::WallPaper &paper) {
777 return Ui::GenerateDitheredGradient(

Callers 4

applyForEveryoneMethod · 0.85
updatePapersMethod · 0.85
paintPaperMethod · 0.85
mouseMoveEventMethod · 0.85

Calls 8

IsThemeWallPaperFunction · 0.85
IsCustomWallPaperFunction · 0.85
IsUninitializedWallPaperFunction · 0.85
IsTestingThemeWallPaperFunction · 0.85
IsTestingEditorWallPaperFunction · 0.85
idMethod · 0.45

Tested by

no test coverage detected