Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void 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
97
void c_make_current( /*move pen */
Callers
2
mark_outline
Function · 0.85
render_edgepts
Function · 0.85
Calls
1
DrawTo
Method · 0.80
Tested by
no test coverage detected