Home
last modified time | relevance | path

Searched refs:_smallSide (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/effects/
H A Dfireworks_animation.cpp51 _smallSide = style::ConvertScale(2);
108 const auto rect = QRect(-size, -_smallSide, size, _smallSide); in paintParticle()
112 p.drawRoundedRect(rect, _smallSide, _smallSide); in paintParticle()
H A Dfireworks_animation.h58 int _smallSide = 0; variable