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

Method paintSquare

Telegram/SourceFiles/ui/empty_userpic.cpp:359–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void EmptyUserpic::paintSquare(
360 QPainter &p,
361 int x,
362 int y,
363 int outerWidth,
364 int size) const {
365 paint(p, x, y, outerWidth, size, [&] {
366 p.fillRect(x, y, size, size, p.brush());
367 });
368}
369
370void EmptyUserpic::paintMonoforum(
371 QPainter &p,

Callers 1

GenerateUserpicImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected