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

Method paintCircle

Telegram/SourceFiles/ui/empty_userpic.cpp:336–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void EmptyUserpic::paintCircle(
337 QPainter &p,
338 int x,
339 int y,
340 int outerWidth,
341 int size) const {
342 paint(p, x, y, outerWidth, size, [&] {
343 p.drawEllipse(x, y, size, size);
344 });
345}
346
347void EmptyUserpic::paintRounded(
348 QPainter &p,

Callers 15

paintUserpicMethod · 0.80
GenerateUserpicImageMethod · 0.80
createCacheMethod · 0.80
ConfirmSubscriptionBoxFunction · 0.80
ConfirmInviteBoxFunction · 0.80
ValidateUserpicCacheFunction · 0.80
prepareUserpicPixmapMethod · 0.80
PaintRowFunction · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected