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

Method paintMonoforum

Telegram/SourceFiles/ui/empty_userpic.cpp:370–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void EmptyUserpic::paintMonoforum(
371 QPainter &p,
372 int x,
373 int y,
374 int outerWidth,
375 int size) const {
376 paint(p, x, y, outerWidth, size, [&] {
377 PaintMonoforumShape(p, QRect(x, y, size, size));
378 });
379}
380
381void EmptyUserpic::PaintSavedMessages(
382 QPainter &p,

Callers 1

ValidateUserpicCacheFunction · 0.80

Calls 1

PaintMonoforumShapeFunction · 0.85

Tested by

no test coverage detected