MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Paint

Method Paint

LibLemon/src/gui/widgets.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 Widget::~Widget(){}
25
26 void Widget::Paint(__attribute__((unused)) surface_t* surface){}
27
28 void Widget::OnMouseDown(__attribute__((unused)) vector2i_t mousePos){}
29

Callers

nothing calls this directly

Calls 15

DrawGradientVerticalFunction · 0.85
PointInRectFunction · 0.85
DrawRectOutlineFunction · 0.85
surfacecpyFunction · 0.85
DrawGradientFunction · 0.85
GetTextLengthFunction · 0.85
surfacecpyTransparentFunction · 0.85
DefaultFontFunction · 0.85
GetFixedBoundsMethod · 0.80
sizeMethod · 0.80
lengthMethod · 0.80
DrawRectFunction · 0.50

Tested by

no test coverage detected