MCPcopy Create free account
hub / github.com/creatale/node-dv / c_clear_window

Function c_clear_window

deps/tesseract/cutil/callcpp.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104void c_clear_window( /*move pen */
105 void *win) {
106 ScrollView* window = (ScrollView*) win;
107 window->Clear();
108}
109
110
111char window_wait(ScrollView* win) {

Callers 2

display_edgeptsFunction · 0.85
display_blobFunction · 0.85

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected