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

Function c_draw

deps/tesseract/cutil/callcpp.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88void c_draw( /*move pen */
89 void *win,
90 double x,
91 double y) {
92 ScrollView* window = (ScrollView*) win;
93 window->DrawTo((int) x, (int) y);
94}
95
96
97void c_make_current( /*move pen */

Callers 2

mark_outlineFunction · 0.85
render_edgeptsFunction · 0.85

Calls 1

DrawToMethod · 0.80

Tested by

no test coverage detected