MCPcopy Create free account
hub / github.com/ZDoom/Raze / OnPaint

Method OnPaint

libraries/ZWidget/src/widgets/textedit/textedit.cpp:1021–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019}
1020
1021void TextEdit::OnPaint(Canvas* canvas)
1022{
1023 LayoutLines(canvas);
1024 for (size_t i = vert_scrollbar->GetPosition(); i < lines.size(); i++)
1025 lines[i].layout.DrawLayout(canvas);
1026}
1027
1028TextEdit::ivec2 TextEdit::GetCharacterIndex(Point mouse_wincoords)
1029{

Callers

nothing calls this directly

Calls 3

DrawLayoutMethod · 0.80
GetPositionMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected